DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
fgetws
include/wchar.h
133
fgetws(wchar_t * __restrict, int, FILE * __restrict);
usr.bin/column/column.c
278
while (fgetws(buf, MAXLINELEN, fp)) {