df1cdf7762
malloc functions in there.
5 lines
241 B
Markdown
5 lines
241 B
Markdown
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.
|