2024-09-05 06:16:26 +02:00

6 lines
102 B
C
Vendored

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