sunday dirty commit
This commit is contained in:
14
tools/objtrucs.h
Normal file
14
tools/objtrucs.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* EXPERIMENTAL CODE !
|
||||
*/
|
||||
|
||||
|
||||
typedef struct {
|
||||
unsigned long magic;
|
||||
BBList *Blist;
|
||||
EdgeList *Elist;
|
||||
int status;
|
||||
} EdgeAndVertices;
|
||||
|
||||
int x_write_vertedges(char *filename, BBList *bblist, EdgeList *edges);
|
||||
|
||||
Reference in New Issue
Block a user