get_util
- "Get Next" Functions
An offshoot of libalex.c
.
Public Procedures
getarg()
- gets the next argument from a string.
getfield()
- gets the next field from a database dump file
record.
getfield_c()
- gets the next single-character-delimited field
from a text record.
getfield_s()
- gets the next string-delimited field from a
text record.
getstring()
- gets the next (possibly quote-delimited)
argument from a string.
getword()
- gets the next "word" in a string.
Source Files
-
get_util.c
-
get_util.h
(See libgpl
for the
complete source, including support routines and build files.)