ReadFileIntoTextBuffer(3W) UNIX System V ReadFileIntoTextBuffer(3W)
Text Buffer Utilities
NAME
ReadFileIntoTextBuffer
SYNOPSIS
#include <textbuff.h>
...
extern TextBuffer * ReadFileIntoTextBuffer(filename, f, d)
char * filename;
TextUpdateFunction f;
caddr_t d;
DESCRIPTION
The ReadFileIntoTextBuffer function is used to read the given file into a
newly allocated TextBuffer. The supplied TextUpdateFunction and data
pointer are associated with this TextBuffer.
SEE ALSO
ReadStringIntoTextBuffer(3W)
10/89 Page 1