FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
stputs
bin/sh/memalloc.h
60
char *stputs(const char *data, char *p);
bin/sh/memalloc.h
85
#define STPUTS(s, p) p = stputs((s), p)