Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
_WLONG_MAX
usr/src/lib/libc/port/i18n/wcstol.c
110
limit = -_WLONG_MAX;
usr/src/lib/libc/port/i18n/wcstol.c
135
return (neg ? _WLONG_MIN : _WLONG_MAX);