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