Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
9ed821d7e5d875a3395740a9cc2545671fa429b7
/
.
/
ap
/
libc
/
glibc
/
glibc-2.22
/
elf
/
nodlopenmod2.c
blob: e72ae53e9539ea4bcacc17b93a5b6f5734469cd7 [
file
] [
log
] [
blame
]
lh
9ed821d
2023-04-07 01:36:19 -0700
[
diff
] [
blame^
]
1
extern
int
a
;
2
3
extern
int
foo
(
void
);
4
5
int
6
foo
(
void
)
7
{
8
return
a
;
9
}