repo.or.cz
/
glibc
/
pb-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* sysdeps/unix/sysv/linux/kernel-features.h: SH also has
[glibc/pb-stable.git]
/
stdio-common
/
bug19a.c
blob
c723398503399d69c7806d3863c7ec7c23c6b4bb
1
#include <wchar.h>
2
#define CHAR wchar_t
3
#define L(str) L##str
4
#define FPUTS fputws
5
#define FSCANF fwscanf
6
7
#include
"bug19.c"