EN JA
ISPHONOGRAM(3)
ISPHONOGRAM(3) FreeBSD Library Functions Manual ISPHONOGRAM(3)

NAME

isphonogramphonographic character test

LIBRARY

Standard C Library (libc, -lc)

SYNOPSIS

#include < ctype.h>

int
isphonogram( int c);

DESCRIPTION

The isphonogram() function tests for a phonographic character.

RETURN VALUES

The isphonogram() function returns zero if the character tests false and returns non-zero if the character tests true.

HISTORY

The isphonogram() function appeared in 4.4BSD.
March 30, 2004 FreeBSD