isideogram(3) mojave man page | unix.com

Man Page: isideogram

Operating Environment: mojave

Section: 3

ISIDEOGRAM(3)						   BSD Library Functions Manual 					     ISIDEOGRAM(3)

NAME
isideogram -- ideographic character test
LIBRARY
Standard C Library (libc, -lc)
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), isalnum_l
HISTORY
The isideogram() function appeared in 4.4BSD.
BSD
March 30, 2004 BSD
Related Man Pages
isdigit(3) - mojave
isnumber(3) - mojave
isxdigit(3) - mojave
iscntrl(3) - netbsd
isxdigit(3) - osx
Similar Topics in the Unix Linux Community
Split large xml into mutiple files and with header and footer in file
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
How can I direct messages from mac console.app to a log file?
Python 3.8.0rc1 released.
[BASH] eval command not expanding variables as expected.