Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
isgraph_l
headers/posix/ctype.h
39
int isgraph_l(int, locale_t);
src/libs/bsd/vis.c
102
#define iscgraph(c) isgraph_l(c, LC_C_LOCALE)