Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
crt.h
Go to the documentation of this file.
1 #ifndef __CRT_H_
2 #define __CRT_H_
3 
4 #define CRT_HAS_INITFINI_ARRAY
5 
6 void CRTStartup(void);
7 void __libc_init_array(void);
8 void __libc_fini_array(void);
9 
10 #endif // __CRT_H_
void __libc_fini_array(void)
Definition: crt.c:30
void CRTStartup(void)
Definition: crt.c:39
void __libc_init_array(void)