DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
toascii
include/ctype.h
274
#define toascii(c) ((c) & 0x7F)
lib/libc/locale/isctype.c
184
#undef toascii
lib/libc/locale/isctype.c
186
toascii(int c)