Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
840274949b51231d437658bd7f97c19a9b7fe8c2
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
elf
/
nodelmod2.c
blob: 6bd7108a1361fca8783471d2c175be15c852b5bc [
file
] [
log
] [
blame
]
lh
9ed821d
2023-04-07 01:36:19 -0700
[
diff
] [
blame
]
1
int
var2
=
100
;
2
3
static
void
4
__attribute__
((
__destructor__
))
5
destr
(
void
)
6
{
7
extern
int
fini_ran
;
8
fini_ran
=
1
;
9
}