ack/lang/cem/libcc.ansi/sys
David Given 3131dc9915 Partially working port of stdio to CP/M. I'm not sure this will work; it's
getting way too complicated (stdio is horribly subtle). I think I need to
rethink things.
2019-06-15 22:22:01 +02:00
..
exit Call atexit handlers properly, avoiding a NPE and seg fault every time a 2018-09-09 18:51:00 +02:00
malloc Add the sys directory for libc functions which use system calls; move the 2018-06-23 18:08:03 +02:00
misc Move mktemp to sys; attic getgrent as noone will ever use this. 2018-06-23 23:15:42 +02:00
stdio Partially working port of stdio to CP/M. I'm not sure this will work; it's 2019-06-15 22:22:01 +02:00
README.md Add the sys directory for libc functions which use system calls; move the 2018-06-23 18:08:03 +02:00

The functions here all use Posix system calls to do the actual work, and so require unistd.h (at the minimum). Typically each group of functions will be protected by an ACKCONF variable so the plat can turn them on and off as necessary.