Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ispunct
headers/posix/ctype.h
88
#define ispunct(c) __isctype((c), _ISpunct)
src/system/libroot/posix/locale/ctype.cpp
122
ispunct(int c)
src/system/libroot/posix/locale/ctype.cpp
20
#undef ispunct
src/system/libroot/stubbed/libroot_stubs.c
1851
void ispunct() {}
src/system/libroot/stubbed/libroot_stubs_legacy.c
1839
void ispunct() {}