FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
isnumber
include/ctype.h
128
#define isnumber(c) __sbistype((c), _CTYPE_D|_CTYPE_N)
lib/libc/locale/isctype.c
119
#undef isnumber
lib/libc/locale/isctype.c
121
isnumber(int c)