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
bd92328d5e
glibc
/
elf
/
constload3.c
9 lines
89 B
C
Raw
Normal View
History
Unescape
Escape
Update. 2000-03-16 Ulrich Drepper <drepper@redhat.com> * elf/Makefile: Add rules to compile and rune constload1 test. * elf/constload1.c: New file. * elf/constload2.c: New file. * elf/constload3.c: New file.
2000-03-17 03:17:59 +01:00
extern
int
baz
(
void
)
;
Update. * elf/neededobj1.c: Likewise. * elf/neededobj2.c: Likewise. * elf/neededobj3.c: Likewise. * elf/neededobj4.c: Likewise. * elf/nextmod1.c: Likewise. * elf/nextmod2.c: Likewise.
2000-12-17 18:50:56 +01:00
extern
int
bar
(
void
)
;
Update. 2000-03-16 Ulrich Drepper <drepper@redhat.com> * elf/Makefile: Add rules to compile and rune constload1 test. * elf/constload1.c: New file. * elf/constload2.c: New file. * elf/constload3.c: New file.
2000-03-17 03:17:59 +01:00
int
bar
(
void
)
{
return
-
21
+
baz
(
)
;
}