6 lines
85 B
C
Raw Normal View History

#ifndef __ASSEMBLY__
extern void __start (void);
#endif
#define ENTRY_POINT __start