| version 1.22, 2005/03/30 03:47:11 |
version 1.23, 2005/05/14 23:51:42 |
| Line 165 wint_t putwc(wchar_t, FILE *); |
|
| Line 165 wint_t putwc(wchar_t, FILE *); |
|
| wint_t putwchar(wchar_t); |
wint_t putwchar(wchar_t); |
| |
|
| int fwide(FILE *, int); |
int fwide(FILE *, int); |
| |
|
| |
wchar_t *fgetwln(FILE * __restrict, size_t * __restrict); |
| |
int fwprintf(FILE * __restrict, const wchar_t * __restrict, ...); |
| |
int fwscanf(FILE * __restrict, const wchar_t * __restrict, ...); |
| |
int swprintf(wchar_t * __restrict, size_t n, const wchar_t * __restrict, ...); |
| |
int swscanf(const wchar_t * __restrict, const wchar_t * __restrict, ...); |
| |
int vfwprintf(FILE * __restrict, const wchar_t * __restrict, _BSD_VA_LIST_); |
| |
int vswprintf(wchar_t * __restrict, size_t, const wchar_t * __restrict, |
| |
_BSD_VA_LIST_); |
| |
int vwprintf(const wchar_t * __restrict, _BSD_VA_LIST_); |
| |
int wprintf(const wchar_t * __restrict, ...); |
| |
int wscanf(const wchar_t * __restrict, ...); |
| |
#if defined(_ISOC99_SOURCE) || (__STDC_VERSION__ - 0) > 199901L || \ |
| |
defined(_NETBSD_SOURCE) |
| |
int vfwscanf(FILE * __restrict, const wchar_t * __restrict, _BSD_VA_LIST_); |
| |
int vswscanf(const wchar_t * __restrict, const wchar_t * __restrict, |
| |
_BSD_VA_LIST_); |
| |
int vwscanf(const wchar_t * __restrict, _BSD_VA_LIST_); |
| |
#endif |
| __END_DECLS |
__END_DECLS |
| |
|
| #ifndef WEOF |
#ifndef WEOF |