DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ispunct
include/ctype.h
251
#define ispunct(c) __sbistype((c), _CTYPE_P)
lib/libc/locale/isctype.c
142
#undef ispunct
lib/libc/locale/isctype.c
144
ispunct(int c)