| version 1.9, 2000/12/29 15:26:33 |
version 1.9.2.1, 2001/10/08 20:13:47 |
| Line 129 size_t wcslcat __P((wchar_t *, const wch |
|
| Line 129 size_t wcslcat __P((wchar_t *, const wch |
|
| size_t wcslcpy __P((wchar_t *, const wchar_t *, size_t)); |
size_t wcslcpy __P((wchar_t *, const wchar_t *, size_t)); |
| int wcswidth __P((const wchar_t *, size_t)); |
int wcswidth __P((const wchar_t *, size_t)); |
| int wcwidth __P((wchar_t)); |
int wcwidth __P((wchar_t)); |
| |
|
| |
unsigned long int wcstoul __P((const wchar_t * __restrict, wchar_t ** __restrict, |
| |
int base)); |
| |
long int wcstol __P((const wchar_t * __restrict, wchar_t ** __restrict, int base)); |
| |
double wcstod __P((const wchar_t * __restrict, wchar_t ** __restrict)); |
| __END_DECLS |
__END_DECLS |
| |
|
| #endif /* !_WCHAR_H_ */ |
#endif /* !_WCHAR_H_ */ |