glibc/ports/sysdeps/unix/mips/entry.h

6 lines
85 B
C
Raw Normal View History

2001-04-11 00:32:04 +02:00
#ifndef __ASSEMBLY__
extern void __start (void);
#endif
1997-07-13 01:32:57 +02:00
#define ENTRY_POINT __start