strgetc(3W) UNIX System V strgetc(3W)
Text Buffer Utilities
NAME
strgetc
SYNOPSIS
#include <buffutil.h>
...
extern int strgetc(sp)
Buffer * sp;
DESCRIPTION
The strgetc function is used to read the next character stored in the
string buffer. The function returns the next character in the Buffer.
When no characters remain the routine returns EOF.
SEE ALSO
stropen(3W), strclose(3W)
10/89 Page 1