Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
9ed821d7e5d875a3395740a9cc2545671fa429b7
/
.
/
ap
/
libc
/
glibc
/
glibc-2.22
/
elf
/
nodel2mod2.c
blob: d0020240a8419c626435371df094493c9dc6cf12 [
file
] [
log
] [
blame
]
void
__attribute__
((
constructor
))
xxx
(
void
)
{
extern
void
baz
(
void
);
baz
();
}