| version 1.25, 2006/04/15 12:17:22 |
version 1.25.2.1, 2006/08/27 06:15:47 |
| Line 191 int vwscanf(const wchar_t * __restrict, |
|
| Line 191 int vwscanf(const wchar_t * __restrict, |
|
| struct tinfo; |
struct tinfo; |
| int t_putws(struct tinfo *, const wchar_t *, int, void (*)(wchar_t, void *), |
int t_putws(struct tinfo *, const wchar_t *, int, void (*)(wchar_t, void *), |
| void *); |
void *); |
| |
wchar_t *wcsdup (const wchar_t *); |
| |
int wcsncasecmp (const wchar_t *, const wchar_t *, size_t); |
| |
int wcscasecmp(const wchar_t *, const wchar_t *); |
| #endif |
#endif |
| __END_DECLS |
__END_DECLS |
| |
|