blob: b9695fd048d9f865c9b9e4d3a270e22e38613e81 [file] [log] [blame]
#ifndef _LIBC_CRT_PRIV_H_
#define _LIBC_CRT_PRIV_H_
void __crt_init(void);
void __crt_exit(void);
#endif /* _LIBC_CRT_PRIV_H_ */