|
NAMEisphonogram —
phonographic character test
LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <ctype.h>
int
DESCRIPTIONTheisphonogram () function tests for a phonographic
character.
RETURN VALUESTheisphonogram () function returns zero if the character
tests false and returns non-zero if the character tests true.
SEE ALSOctype(3), isideogram(3), iswphonogram(3)HISTORYTheisphonogram () function appeared in
4.4BSD.
Visit the GSP FreeBSD Man Page Interface. |