6 lines
100 B
C
6 lines
100 B
C
#ifndef __ASSEMBLY__
|
|
extern void _start (void) attribute_hidden;
|
|
#endif
|
|
|
|
#define ENTRY_POINT _start
|