Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
bdd93d52cf43d2991561d70e238bf11e422b794b
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
elf
/
unload3mod3.c
blob: 046022c55d7c55164d67e908b029648cfcc00220 [
file
] [
log
] [
blame
]
lh
9ed821d
2023-04-07 01:36:19 -0700
[
diff
] [
blame
]
1
#include
<stdio.h>
2
3
int
4
foo
(
int
x
)
5
{
6
puts
(
"foo"
);
7
return
x
*
2
;
8
}