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