NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__fgetln
lib/libc/stdio/fparseln.c
55
#define __fgetln(f, l) __fgetstr(f, l, '\n')
lib/libc/stdio/fparseln.c
57
#define __fgetln(f, l) fgetln(f, l)