|
Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
|

Go to the source code of this file.
Functions | |
| void | __libc_fini_array (void) |
| void | CRTStartup (void) |
Variables | |
| int | __bss_start__ |
| int | __bss_end__ |
| void(* | __preinit_array_start [])(void) |
| void __libc_fini_array | ( | void | ) |
| void CRTStartup | ( | void | ) |
Definition at line 39 of file crt.c.
References __bss_end__, __bss_start__, __libc_init_array(), and memset().
| int __bss_end__ |
Referenced by CRTStartup().
| int __bss_start__ |
Referenced by CRTStartup().
| void(* __preinit_array_start[])(void) |