|
NAMEisspecial —
special character test
LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <ctype.h>
int
DESCRIPTIONTheisspecial () function tests for a special character.
RETURN VALUESTheisspecial () function returns zero if the character
tests false and returns non-zero if the character tests true.
SEE ALSOctype(3), iswspecial(3)HISTORYTheisspecial () function appeared in
4.4BSD.
Visit the GSP FreeBSD Man Page Interface. |