glibc/sysdeps/unix/sysv/linux/mips/entry.h
2001-04-10 22:32:04 +00:00

6 lines
85 B
C

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