next up previous contents index
Next: 12.7.2 oskit_init_libc: Initialize the Up: 12.7 Initialization Previous: 12.7 Initialization

12.7.1 oskit_init_libc: Load the OSKit C library

   

SYNOPSIS

#include <oskit/c/fs.h>

void oskit_load_libc(oskit_services_t *services);

DESCRIPTION

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.

PARAMETERS

services
A reference to a services database preloaded with interfaces required by the C library.



Utah Flux Research Group