ReadStringIntoTextBuffer(3W) — MISC REFERENCE MANUAL PAGES
Text Buffer Utilities
NAME
ReadStringIntoTextBuffer
SYNOPSIS
#include <textbuff.h>
...
extern TextBuffer ∗ ReadStringIntoTextBuffer(string, f, d)
char ∗ string;
TextUpdateFunction f;
caddr_t d;
DESCRIPTION
The ReadStringIntoTextBuffer function is used to copy the given string into a newly allocated TextBuffer. The supplied TextUpdateFunction and data pointer are associated with this TextBuffer.
SEE ALSO
Sun Release 4.1 — Last change: