DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MAXMSG
games/banner/banner.c
1061
if ((message = malloc((size_t)MAXMSG)) == NULL)
games/banner/banner.c
1064
if (fgets(message, MAXMSG, stdin) == NULL) {