diff options
Diffstat (limited to 'include/graph.h')
-rw-r--r-- | include/graph.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/graph.h b/include/graph.h new file mode 100644 index 0000000..59c0655 --- /dev/null +++ b/include/graph.h @@ -0,0 +1,6 @@ +#ifndef MINO_GRAPH_H +#define MINO_GRAPH_H +X V graph_init(V); +X V graph_loop(V); +X V graph_deinit(V); +#endif |