8 lines
102 B
C
8 lines
102 B
C
#ifndef __MAIN_H__
|
|
#define __MAIN_H__
|
|
|
|
extern VOID NORETURN mainCRTStartup(VOID);
|
|
|
|
#endif
|
|
|