1#ifndef GRAPHVIZ_H
2#define GRAPHVIZ_H
3
4#include "shinobi.h"
5
6int gengraphviz(const struct Graph *graph, const char *path);
7
8#endif
1#ifndef GRAPHVIZ_H
2#define GRAPHVIZ_H
3
4#include "shinobi.h"
5
6int gengraphviz(const struct Graph *graph, const char *path);
7
8#endif