Интерактивная система просмотра системных руководств (man-ов)
isideogram (3)
>> isideogram (3) ( FreeBSD man: Библиотечные вызовы )
BSD mandoc
NAME
isideogram
- ideographic character test
LIBRARY
Lb libc
SYNOPSIS
#include <ctype.h>
int
isideogram (int c);
DESCRIPTION
The
isideogram ();
function tests for an ideographic character.
RETURN VALUES
The
isideogram ();
function returns zero if the character tests false and
returns non-zero if the character tests true.
SEE ALSO
ctype(3),
isphonogram(3),
iswideogram(3)
HISTORY
The
isideogram ();
function appeared in
BSD 4.4
Index
- NAME
-
- LIBRARY
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUES
-
- SEE ALSO
-
- HISTORY
-