#ifndef MINO_GRAPH_H #define MINO_GRAPH_H X V graph_init(V); X V graph_loop(V); X V graph_deinit(V); #endif