Name
Miscellaneous macros and functions -- Various utilities.
Details
GTS_COMMENTS
#define GTS_COMMENTS "#%!" |
Set of characters used as comments identifiers in GTS geometric files.
gts_get_token ()
gint gts_get_token (FILE *fptr,
GString *buf,
const char *delimiters,
const char *comments); |
Reads characters from fptr and fills buf with a string delimited
by characters in delimiters. Comments starts with a character in
comments and ends with a newline character ('\n').
gts_get_newline ()
void gts_get_newline (FILE *fptr); |
Reads characters from fptr until a '\n' character is met.