U E D R , A S I H C RSS

Our Major Lang IsCAndCPlus Plus/ctype.h

CTYPE.H

��: ����
ctype�� ��������

�� (FUNCTIONS)

���(Ascii) ��
intsalnum(int c) ���� �������� ����.
int isalpha(int c) ���� ����� ���� ������. A-Z a-z
int islower(int c) ������������. a-z
int isupper(int c) ����������. A-Z
int isdigit(int c) ���� ����� ����������. 0-9
int isxdigit(int c) 16���� �� ���� ���� ������ ����. 0-9 a-f A-F
int isspace(int c) ���������� �����.('\f'), ('\n'), ('\r'),('\t'),('\v').
int ispunct(int c) �������� ��������� �� ������������� ����.
int isalnum(int c) ���� ����� ���� ���� ����������. A-Z a-z 0-9
int isprint(int c) �������� �������������������.
int isgraph(int c) �������� ��������� ����������.
int iscntrl(int c) ��(control) �������� �����.
int toupper(int c) ������ ������ �������� ��.
int tolower(int c) ������ ������ ������ ��.

��� (Uncode) ��
int iswalpha(wint_t) Uncode �� �� (�� ��)
int iswupper(wint_t) ������������.
int iswlower(wint_t) ����������.
int iswdigit(wint_t) ���� ����� ����������.
int iswxdigit(wint_t) 16���� �� ���� ���� ������ ����.
int iswspace(wint_t) ���������� �����.
int iswpunct(wint_t) �������� ��������� �� ������������� ����.
int iswalnum(wint_t) ���� ����� ���� ���� ����������.
int iswprint(wint_t) �������� �������������������.
int iswgraph(wint_t) �������� ��������� ����������.
int iswcntrl(wint_t) ��(control) �������� �����.
int iswascii(wint_t) ASCII ������ ����.
wchar_t towupper(wchar_t) ������ ������ �������� ��.
wchar_t towlower(wchar_t) ������ ������ ������ ��.
int isleadbyte(int) ���� ����� Uncode�� ��(alpha ��)

�� ��
int isascii(int) ASCII ������ ����.
int toascii(int) ASCII ������ �.
int iscsymf(int) ���� ��.
int iscsym(int) ���� ��.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:23:56
Processing time 0.0187 sec