projects
/
platform
/
upstream
/
glibc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Treat model numbers 0x4a/0x4d as Silvermont
[platform/upstream/glibc.git]
/
stdio-common
/
tst-unbputc.c
1
#include <stdio.h>
2
3
4
static int
5
do_test (void)
6
{
7
putc ('1', stderr);
8
putc ('2', stderr);
9
10
return 0;
11
}
12
13
#define TEST_FUNCTION do_test ()
14
#include "../test-skeleton.c"