Commit 91851e3e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ctype.h: Add _isctype_l() declaration.

parent a990e25b
...@@ -24,6 +24,7 @@ _ACRTIMP int __cdecl __iscsymf(int); ...@@ -24,6 +24,7 @@ _ACRTIMP int __cdecl __iscsymf(int);
_ACRTIMP int __cdecl __toascii(int); _ACRTIMP int __cdecl __toascii(int);
_ACRTIMP int __cdecl _isblank_l(int,_locale_t); _ACRTIMP int __cdecl _isblank_l(int,_locale_t);
_ACRTIMP int __cdecl _isctype(int,int); _ACRTIMP int __cdecl _isctype(int,int);
_ACRTIMP int __cdecl _isctype_l(int,int,_locale_t);
_ACRTIMP int __cdecl _tolower(int); _ACRTIMP int __cdecl _tolower(int);
_ACRTIMP int __cdecl _tolower_l(int,_locale_t); _ACRTIMP int __cdecl _tolower_l(int,_locale_t);
_ACRTIMP int __cdecl _toupper(int); _ACRTIMP int __cdecl _toupper(int);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment