DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
wctomb_l
include/xlocale/_stdlib.h
55
int wctomb_l(char *, wchar_t, locale_t);
lib/libc/locale/wctomb.c
58
return wctomb_l(s, wchar, __get_locale());