FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
wcwidth_l
include/xlocale/_wchar.h
107
int wcwidth_l(wchar_t, locale_t);
lib/libc/string/wcswidth.c
57
if ((l = wcwidth_l(wc, locale)) < 0)