ctype.inc

来自「vxzxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxz」· INC 代码 · 共 32 行

INC
32
字号
#ifndef _INCLUDE_FILE_CTYPE_INC_
_INCLUDE_FILE_CTYPE_INC_ equ

_isalnum proto cdecl c:dword
_isalpha proto cdecl c:dword
_iscntrl proto cdecl c:dword
_isdigit proto cdecl c:dword
_isgraph proto cdecl c:dword
_islower proto cdecl c:dword
_isprint proto cdecl c:dword
_ispunct proto cdecl c:dword
_isspace proto cdecl c:dword
_isupper proto cdecl c:dword
_isxdigit proto cdecl c:dword
_tolower proto cdecl c:dword
_toupper proto cdecl c:dword

isalnum equ _isalnum
isalpha equ _isalpha
iscntrl equ _iscntrl
isdigit equ _isdigit
isgraph equ _isgraph
islower equ _islower
isprint equ _isprint
ispunct equ _ispunct
isspace equ _isspace
isupper equ _isupper
isxdigit equ _isxdigit
tolower equ _tolower
toupper equ _toupper

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?