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