Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
|
Go to the source code of this file.
Macros | |
#define | CRT_HAS_INITFINI_ARRAY |
Functions | |
void | CRTStartup (void) |
void | __libc_init_array (void) |
void | __libc_fini_array (void) |
void __libc_fini_array | ( | void | ) |
void __libc_init_array | ( | void | ) |
Referenced by CRTStartup().
void CRTStartup | ( | void | ) |
Definition at line 39 of file crt.c.
References __bss_end__, __bss_start__, __libc_init_array(), and memset().