glibc/sysdeps/generic/entry.h

6 lines
83 B
C

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