Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__wctomb
headers/private/libroot/wchar_private.h
81
extern int __wctomb(char *string, wchar_t wc);
src/system/libroot/posix/wchar/wctomb.c
18
B_DEFINE_WEAK_ALIAS(__wctomb, wctomb);