libbubulle/tools/objtrucs.h

15 lines
221 B
C

/*
* EXPERIMENTAL CODE !
*/
typedef struct {
unsigned long magic;
BBList *Blist;
EdgeList *Elist;
int status;
} EdgeAndVertices;
int x_write_vertedges(char *filename, BBList *bblist, EdgeList *edges);