strgetc(3W) — MISC. REFERENCE MANUAL PAGES
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
Sun Release 4.0 — Last change: