Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
f233062cffb24a4dec2c0a0f44e784946daad5ed
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
elf
/
nodel2mod2.c
blob: d0020240a8419c626435371df094493c9dc6cf12 [
file
] [
log
] [
blame
]
lh
9ed821d
2023-04-07 01:36:19 -0700
[
diff
] [
blame
]
1
void
2
__attribute__
((
constructor
))
3
xxx
(
void
)
4
{
5
extern
void
baz
(
void
);
6
baz
();
7
}