Click Here
home features news forums classifieds faqs links search
6155 members 
Amiga Q&A /  Free for All /  Emulation /  Gaming / (Latest Posts)
Login

Nickname

Password

Lost Password?

Don't have an account yet?
Register now!

Support Amigaworld.net
Your support is needed and is appreciated as Amigaworld.net is primarily dependent upon the support of its users.
Donate

Menu
Main sections
» Home
» Features
» News
» Forums
» Classifieds
» Links
» Downloads
Extras
» OS4 Zone
» IRC Network
» AmigaWorld Radio
» Newsfeed
» Top Members
» Amiga Dealers
Information
» About Us
» FAQs
» Advertise
» Polls
» Terms of Service
» Search

IRC Channel
Server: irc.amigaworld.net
Ports: 1024,5555, 6665-6669
SSL port: 6697
Channel: #Amigaworld
Channel Policy and Guidelines

Who's Online
22 crawler(s) on-line.
 95 guest(s) on-line.
 0 member(s) on-line.



You are an anonymous user.
Register Now!

/  Forum Index
   /  Classic Amiga Software
      /  C support libraries
Register To Post

PosterThread
zara 
C support libraries
Posted on 21-May-2026 7:13:01
#1 ]
Member
Joined: 26-Nov-2022
Posts: 31
From: Unknown

Hi,

just wanted to say I started making additions to the C library.
Here's the source code of the first library :
http://sf.net/p/libportc/

(v0.1.13)

Last edited by zara on 21-May-2026 at 07:16 AM.
Last edited by zara on 21-May-2026 at 07:13 AM.

 Status: Offline
Profile     Report this post  
MEGA_RJ_MICAL 
Re: C support libraries
Posted on 21-May-2026 8:00:12
#2 ]
Super Member
Joined: 13-Dec-2019
Posts: 1423
From: AMIGAWORLD.NET WAS ORIGINALLY FOUNDED BY DAVID DOYLE

@zara

Quote:

int search_list_for_data(struct list *l, id search_data)
{
struct list *l2 = l;
while(idcmp(l->void_data, search_data) != 0)
if (l->next == NULL)
return -1;

return 0;
}



This is quality code friend zara,
quality code.

But now please provide the function
void create_castlevania_level(struct vampire *dracula)

PROVIDE IT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


/mega

_________________
I HAVE ABS OF STEEL
--
CAN YOU SEE ME? CAN YOU HEAR ME? OK FOR WORK

 Status: Offline
Profile     Report this post  

[ home ][ about us ][ privacy ] [ forums ][ classifieds ] [ links ][ news archive ] [ link to us ][ user account ]
Copyright (C) 2000 - 2019 Amigaworld.net.
Amigaworld.net was originally founded by David Doyle