uc-sdk
|
Go to the source code of this file.
Macros | |
#define | MAX_ATEXIT 32 |
Functions | |
int | atexit (atexit_func_t func) |
void | exit (int return_code) |
void | libc_init () |
Variables | |
void(* | __preinit_array_start [])(void) |
#define MAX_ATEXIT 32 |
Definition at line 41 of file initfini.c.
int atexit | ( | atexit_func_t | func) |
Definition at line 46 of file initfini.c.
void exit | ( | int | return_code) |
Definition at line 58 of file initfini.c.
void libc_init | ( | ) |
Definition at line 69 of file initfini.c.
void(* __preinit_array_start[])(void) |