Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
6fc089601c79c739c4d33855a5b8b70a68c9e58b
/
.
/
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"