SeptemberOS
Standard C Support Library
SeptemberOS implements most of the standard C library. All convenient
file (fopen, printf, scanf, fread/fwrite), memory allocation
(malloc/calloc/free),
memory and string manipulation (strcmp, memcpy, sprintf), time and
stdlib (random, system) functions are implented[*].
The
most notable exception is math functions, that are currently not
implemented. They are considered for inclusion in future releases.
[*] The list is not definite. Refer to SeptemberOS User Manual for a
complete list of implemented Standard C Library functions
|