FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__wcwidth
include/_ctype.h
182
int __wcwidth(__ct_rune_t);
include/wchar.h
221
#define wcwidth(_c) __wcwidth(_c)
lib/libc/locale/wcwidth.c
54
return (__wcwidth(wc));