Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
758261d1c1850656b47c4c40486e4237bcd769a6
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
stdio-common
/
tst-unbputc.c
blob: 7200a82a2a141c6e05a51ef2b964273c59ffdc2b [
file
] [
log
] [
blame
]
#include
<stdio.h>
static
int
do_test
(
void
)
{
putc
(
'1'
,
stderr
);
putc
(
'2'
,
stderr
);
return
0
;
}
#define
TEST_FUNCTION do_test
()
#include
"../test-skeleton.c"