| PatchworkOS
    | 
User space only functions and definitions. More...
| Functions | |
| void | _user_init (void) | 
User space only functions and definitions.
While the rest of the standard library is shared between kernel and user space, this module contains code that will only be used in user space.
| void _user_init | ( | void | ) | 
Definition at line 27 of file user.c.
References _clock_init(), _exit_stack_init(), _files_init(), _populate_std_descriptors(), _std_streams_init(), and _threading_init().
Referenced by _std_init().