This website requires JavaScript.
Explore
Help
Sign In
mirror
/
glibc
Watch
2
Star
0
Fork
0
You've already forked glibc
mirror of
git://sourceware.org/git/glibc.git
synced
2025-03-31 14:01:18 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
glibc
/
elf
/
global.c
8 lines
63 B
C
Raw
Permalink
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