This website requires JavaScript.
Explore
Help
Register
Sign In
system
/
glibc
Watch
3
Star
0
Fork
0
You've already forked glibc
Code
Issues
Projects
Releases
Wiki
Activity
glibc
/
sysdeps
/
unix
/
mips
/
entry.h
6 lines
85 B
C
Raw
Normal View
History
Unescape
Escape
[!__ASSEMBLY__]: Declare __start.
2001-04-10 22:32:04 +00:00
#
ifndef __ASSEMBLY__
extern
void
__start
(
void
)
;
#
endif
New for Linux/MIPS port.
1997-07-12 23:32:57 +00:00
#
define ENTRY_POINT __start
Reference in New Issue
Copy Permalink