|
NAMEisideogram —
ideographic character test
LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <ctype.h>
int
DESCRIPTIONTheisideogram () function tests for an ideographic
character.
RETURN VALUESTheisideogram () function returns zero if the character
tests false and returns non-zero if the character tests true.
SEE ALSOctype(3), isphonogram(3), iswideogram(3)HISTORYTheisideogram () function appeared in
4.4BSD.
Visit the GSP FreeBSD Man Page Interface. |