OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
put_byte
lib/libz/deflate.h
291
#define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
sys/lib/libz/deflate.h
291
#define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}