This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
glibc
Watch
1
Star
0
Fork
0
You've already forked glibc
mirror of
https://sourceware.org/git/glibc.git
synced
2024-11-06 05:10:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7f4dce05c2
glibc
/
elf
/
global.c
8 lines
63 B
C
Raw
Normal View
History
Unescape
Escape
Update. * elf/global.c: New file. * elf/globalmod1.c: New file. * elf/Makefile: Add rules to build and run global.
2001-03-04 19:51:54 +00:00
extern
int
test
(
void
)
;
int
(main): Use proper prototype.
2001-03-21 07:21:34 +00:00
main
(
void
)
Update. * elf/global.c: New file. * elf/globalmod1.c: New file. * elf/Makefile: Add rules to build and run global.
2001-03-04 19:51:54 +00:00
{
return
test
(
)
;
}
Reference in New Issue
Copy Permalink