Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
btowc_l
usr/src/head/xlocale.h
74
extern wint_t btowc_l(int, locale_t);
usr/src/lib/libc/port/locale/btowc.c
60
return (btowc_l(c, uselocale(NULL)));