1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-06-15 06:41:47 +03:00
Files
glibc/sysdeps/unix/sysv/linux/mips/entry.h
2004-12-22 20:10:10 +00:00

6 lines
85 B
C

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