| version 1.18, 2003/04/28 23:16:15 |
version 1.19, 2003/07/08 05:39:23 |
| Line 146 int wctob __P((wint_t)); |
|
| Line 146 int wctob __P((wint_t)); |
|
| int wcwidth __P((wchar_t)); |
int wcwidth __P((wchar_t)); |
| |
|
| unsigned long int wcstoul __P((const wchar_t * __restrict, |
unsigned long int wcstoul __P((const wchar_t * __restrict, |
| wchar_t ** __restrict, int base)); |
wchar_t ** __restrict, int)); |
| long int wcstol __P((const wchar_t * __restrict, |
long int wcstol __P((const wchar_t * __restrict, |
| wchar_t ** __restrict, int base)); |
wchar_t ** __restrict, int)); |
| double wcstod __P((const wchar_t * __restrict, wchar_t ** __restrict)); |
double wcstod __P((const wchar_t * __restrict, 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) |
| /* LONGLONG */ |
/* LONGLONG */ |
| long long int wcstoll __P((const wchar_t * __restrict, |
long long int wcstoll __P((const wchar_t * __restrict, |
| wchar_t ** __restrict, int base)); |
wchar_t ** __restrict, int)); |
| /* LONGLONG */ |
/* LONGLONG */ |
| unsigned long long int wcstoull __P((const wchar_t * __restrict, |
unsigned long long int wcstoull __P((const wchar_t * __restrict, |
| wchar_t ** __restrict, int base)); |
wchar_t ** __restrict, int)); |
| #endif |
#endif |
| |
|
| wint_t ungetwc __P((wint_t, FILE *)); |
wint_t ungetwc __P((wint_t, FILE *)); |