Интерактивная система просмотра системных руководств (man-ов)
isphonogram (3)
>> isphonogram (3) ( FreeBSD man: Библиотечные вызовы )
BSD mandoc
NAME
isphonogram
- phonographic character test
LIBRARY
Lb libc
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.
SEE ALSO
ctype(3),
isideogram(3),
iswphonogram(3)
HISTORY
The
isphonogram ();
function appeared in
BSD 4.4
Index
- NAME
-
- LIBRARY
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUES
-
- SEE ALSO
-
- HISTORY
-