33#define CGHDR_API __declspec(dllexport)
35#define CGHDR_API __declspec(dllimport)
58 Agraph_t *(*readf)(
const char *,
void *));
60 Agraph_t *(*readf)(
const char *,
void *));
void closeIngraph(ingraph_state *sp)
char * fileName(ingraph_state *)
Return name of current file being processed.
ingraph_state * newIngGraphs(ingraph_state *, Agraph_t **, Agraph_t *(*readf)(const char *, void *))
Agraph_t * nextGraph(ingraph_state *)
ingraph_state * newIngraph(ingraph_state *, char **)
ingraph_state * newIng(ingraph_state *, char **, Agraph_t *(*readf)(const char *, void *))