stropen(3W) UNIX System V stropen(3W)
Text Buffer Utilities
NAME
stropen
SYNOPSIS
#include <buffutil.h>
...
extern Buffer * stropen(string)
char * string;
DESCRIPTION
The stropen function copies the string into a newly allocated Buffer.
This string buffer can be read using the strgetc function and closed
using the strclose procedure. The strclose function frees the buffer
allocated by stropen.
SEE ALSO
strclose(3W), strgetc(3W)
10/89 Page 1