NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
wctomb_l
include/stdlib.h
391
int wctomb_l(char *, wchar_t, locale_t);
lib/libc/locale/multibyte_c90.c
166
return wctomb_l(s, wc, _current_locale());