| version 1.29, 2010/03/27 22:14:09 |
version 1.30, 2011/07/17 20:54:34 |
| Line 86 typedef _BSD_SIZE_T_ size_t; |
|
| Line 86 typedef _BSD_SIZE_T_ size_t; |
|
| #undef _BSD_SIZE_T_ |
#undef _BSD_SIZE_T_ |
| #endif |
#endif |
| |
|
| |
#if defined(_POSIX_C_SOURCE) |
| |
#ifndef __VA_LIST_DECLARED |
| |
typedef __va_list va_list; |
| |
#define __VA_LIST_DECLARED |
| |
#endif |
| |
#endif |
| |
|
| struct tm; |
struct tm; |
| |
|
| __BEGIN_DECLS |
__BEGIN_DECLS |
| Line 167 int fwprintf(FILE * __restrict, const wc |
|
| Line 174 int fwprintf(FILE * __restrict, const wc |
|
| int fwscanf(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 swprintf(wchar_t * __restrict, size_t n, const wchar_t * __restrict, ...); |
| int swscanf(const wchar_t * __restrict, 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 vfwprintf(FILE * __restrict, const wchar_t * __restrict, __va_list); |
| int vswprintf(wchar_t * __restrict, size_t, const wchar_t * __restrict, |
int vswprintf(wchar_t * __restrict, size_t, const wchar_t * __restrict, |
| _BSD_VA_LIST_); |
__va_list); |
| int vwprintf(const wchar_t * __restrict, _BSD_VA_LIST_); |
int vwprintf(const wchar_t * __restrict, __va_list); |
| int wprintf(const wchar_t * __restrict, ...); |
int wprintf(const wchar_t * __restrict, ...); |
| int wscanf(const wchar_t * __restrict, ...); |
int wscanf(const wchar_t * __restrict, ...); |
| #if defined(_ISOC99_SOURCE) || (__STDC_VERSION__ - 0) > 199901L || \ |
#if defined(_ISOC99_SOURCE) || (__STDC_VERSION__ - 0) > 199901L || \ |
| defined(_NETBSD_SOURCE) |
defined(_NETBSD_SOURCE) |
| int vfwscanf(FILE * __restrict, const wchar_t * __restrict, _BSD_VA_LIST_); |
int vfwscanf(FILE * __restrict, const wchar_t * __restrict, __va_list); |
| int vswscanf(const wchar_t * __restrict, const wchar_t * __restrict, |
int vswscanf(const wchar_t * __restrict, const wchar_t * __restrict, |
| _BSD_VA_LIST_); |
__va_list); |
| int vwscanf(const wchar_t * __restrict, _BSD_VA_LIST_); |
int vwscanf(const wchar_t * __restrict, __va_list); |
| #endif |
#endif |
| #if defined(_NETBSD_SOURCE) |
#if defined(_NETBSD_SOURCE) |
| struct tinfo; |
struct tinfo; |