Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
isascii
include/linux/ctype.h
37
#define isascii(c) (((unsigned char)(c))<=0x7f)
tools/include/linux/ctype.h
37
#define isascii(c) (((unsigned char)(c))<=0x7f)
tools/include/nolibc/ctype.h
20
int isascii(int c)