#include <oskit/c/fs.h>void oskit_load_libc(oskit_services_t *services);
oskit_load_libc allows for internal initializatons to be done. This routine must be called when the operating system is initialized, typically from the Client OS library. The services database is used to lookup other interfaces required by the C library, and is maintained as internal state to the library.
- services
- A reference to a services database preloaded with interfaces required by the C library.