ReactOS
0.4.15-dev-7136-g77ab709
is_wctype.c
Go to the documentation of this file.
1
#include <string.h>
2
3
int
iswctype
(
wint_t
wc,
wctype_t
wctypeFlags);
4
5
/*
6
* obsolete
7
*
8
* @implemented
9
*/
10
int
is_wctype
(
wint_t
wc,
wctype_t
wctypeFlags)
11
{
12
return
iswctype
(wc, wctypeFlags);
13
}
wint_t
int wint_t
Definition:
_apple.h:38
wctype_t
unsigned short wctype_t
Definition:
crtdefs.h:352
is_wctype
int is_wctype(wint_t wc, wctype_t wctypeFlags)
Definition:
is_wctype.c:10
iswctype
int iswctype(wint_t wc, wctype_t wctypeFlags)
Definition:
freeldr.c:99
sdk
lib
crt
string
is_wctype.c
Generated on Fri Dec 8 2023 06:12:44 for ReactOS by
1.9.6