uc-sdk
|
Go to the source code of this file.
Typedefs | |
typedef void(* | atexit_func_t )(void) |
Functions | |
void | exit (int status) __attribute__((noreturn)) |
int | atexit (atexit_func_t) |
void | qsort (void *base, size_t nel, size_t width, int(*compar)(const void *, const void *)) |
int atexit | ( | atexit_func_t | ) |
Definition at line 46 of file initfini.c.
void exit | ( | int | status) |
Definition at line 58 of file initfini.c.