Интерактивная система просмотра системных руководств (man-ов)
isspecial (3)
>> isspecial (3) ( FreeBSD man: Библиотечные вызовы )
BSD mandoc
NAME
isspecial
- special character test
LIBRARY
Lb libc
SYNOPSIS
#include <ctype.h>
int
isspecial (int c);
DESCRIPTION
The
isspecial ();
function tests for a special character.
RETURN VALUES
The
isspecial ();
function returns zero if the character tests false and
returns non-zero if the character tests true.
SEE ALSO
ctype(3),
iswspecial(3)
HISTORY
The
isspecial ();
function appeared in
BSD 4.4
Index
- NAME
-
- LIBRARY
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUES
-
- SEE ALSO
-
- HISTORY
-