SaveTextBuffer(3W) UNIX System V SaveTextBuffer(3W)
Text Buffer Utilities
NAME
SaveTextBuffer
SYNOPSIS
#include <textbuff.h>
...
extern SaveResult SaveTextBuffer(text, filename)
TextBuffer * text;
char * filename;
DESCRIPTION
The SaveTextBuffer function is used to write the contents of the text
TextBuffer to the file filename. It returns a SaveResult which can be:
SAVE_FAILURE
SAVE_SUCCESS
10/89 Page 1