Files
moxa/_gi_c/graph.h
Sebastien Binet 476a31322d Go get ellipsis (#1)
* gi: rename gi_c into _gi_c

* gi: rename test into _test

* gi: fix README syntax
2018-06-26 10:17:01 +02:00

9 lines
113 B
C

#ifndef GRAPH_H
#define GRAPH_H
#include "node.h"
void ast2cfg(bip_t *ip, node_t *node);
#endif /* GRAPH_H */