3131dc9915
getting way too complicated (stdio is horribly subtle). I think I need to rethink things. |
||
---|---|---|
.. | ||
exit | ||
malloc | ||
misc | ||
stdio | ||
README.md |
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.