Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
NEXTFP
usr/src/lib/libc/port/stdio/flush.c
65
#define NEXTFP(fp) fp++
usr/src/lib/libc/port/stdio/flush.c
76
#define NEXTFP(fp) (x##fp ? fp = &(++x##fp)->_iob : ++fp)