glibc/sysdeps/unix/mips/entry.h
2012-02-15 22:29:31 +00:00

6 lines
85 B
C

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