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