|
��������
conv: toupper, tolower, _toupper, _tolower, toascii
- �������������� ��������
���������
#include <ctype.h> int toupper (c) int c; int tolower (c) int c; int _toupper (c) int c; int _tolower (c) int c; int toascii (c) int c;
��������
���������� �������� ��������� ������� toupper � tolower
��������� � ���������� �������� ������� getc(3S): �����
����� �� -1 �� 255. ���� ���������� ������� toupper �������� ����� �����, �� ����������� ����� ��������������� ������� �����. ���� ���������� ������� tolower �������� ������� �����, �� ����������� ����� ��������������� ����� �����. ��������� ���������� ��������� ������������ ��� ���������.
������� _toupper � _tolower ��������� �� �� ��������, ��� � ������� toupper � tolower, �� ����� ����� ����� �������� ���������� �������� ��������� � ����������� �������. ���������� _toupper ����� ���� ������ ����� �����; ����������� �������� ��������������� ������� �����. ����������, ���������� _tolower ����� ���� ������ ������� �����; ����������� �������� ��������������� ����� �����. ���� �������� �� ����������� ��������� ���������� ��������, �� ��������� ����� ���������������.
������� toascii �������� � ��������� ��� ����, �� ���������� ������ ������������ ASCII-�������; ��� ������� ��������������� ��� ���������� ������������� � ������� ���������.
��. �����
ctype(3C), getc(3S).
|