This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
glibc
Watch
2
Star
0
Fork
You've already forked glibc
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
97f1239074
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 20:51:54 +01:00
extern
int
test
(
void
)
;
int
(main): Use proper prototype.
2001-03-21 08:21:34 +01: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 20:51:54 +01:00
{
return
test
(
)
;
}