OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
FreeAndNull
lib/libcurses/build.priv.h
81
#define FreeAndNull(p) do { free(p); p = 0; } while (0)
lib/libcurses/curses.priv.h
1553
#define FreeAndNull(p) do { free(p); p = 0; } while (0)