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
Fixup nptl/ChangeLog for last commit.
[glibc.git]
/
stdio-common
/
tst-unbputc.c
blob
bbd8622b035d15767d7117b814d74fa364e62e88
1
#include <stdio.h>
2
3
4
int
5
main
(
void
)
6
{
7
putc
(
'1'
,
stderr
);
8
putc
(
'2'
,
stderr
);
9
10
return
0
;
11
}