Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
isspace
include/linux/ctype.h
33
#define isspace(c) ((__ismask(c)&(_S)) != 0)
tools/include/linux/ctype.h
33
#define isspace(c) ((__ismask(c)&(_S)) != 0)
tools/include/nolibc/ctype.h
66
int isspace(int c)