GetTextBufferChar(3W) UNIX System V GetTextBufferChar(3W)
Text Buffer Utilities
NAME
GetTextBufferChar
SYNOPSIS
#include <textbuff.h>
...
int GetTextBufferChar(text, location)
TextBuffer * text;
TextLocation location;
DESCRIPTION
The GetTextBufferChar function is used to retrieve a character stored in
the text TextBuffer at location. It returns either the character itself
or EOF if location is outside the range of valid locations within the
TextBuffer.
SEE ALSO
GetTextBufferLocation(3W), GetTextBufferBlock(3W), GetTextBufferLine(3W)
10/89 Page 1