33#define XDOT_API __declspec(dllexport)
35#define XDOT_API __declspec(dllimport)
153#define XDOT_PARSE_ERROR 1
void fprintXDot(FILE *, xdot *)
xdot * parseXDotF(char *, drawfunc_t opfns[], size_t sz)
void freeXDotColor(xdot_color *)
char * parseXDotColor(char *cp, xdot_color *clr)
xdot_grad_type colorTypeXDot(char *)
void(* freefunc_t)(xdot_op *)
void(* drawfunc_t)(xdot_op *, int)
int statXDot(xdot *, xdot_stats *)
void jsonXDot(FILE *, xdot *)
char * sprintXDot(xdot *)
xdot * parseXDotFOn(char *, drawfunc_t opfns[], size_t sz, xdot *)