repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update from translation team.
[glibc.git]
/
elf
/
order2mod3.c
blob
7913a79925129bc268dbbd720174fb84141e9073
1
#include <stdio.h>
2
3
int
4
bar
(
void
)
5
{
6
return
1
;
7
}
8
9
static void
10
__attribute__
((
destructor
))
11
fini
(
void
)
12
{
13
putchar
(
'4'
);
14
}