* Factored out dot graph generation into a separate file.

This commit is contained in:
Eelco Dolstra
2003-09-03 11:20:18 +00:00
parent 0d2bc68681
commit c0bbed0959
4 changed files with 76 additions and 61 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef __DOTGRAPH_H
#define __DOTGRAPH_H
#include "fstate.hh"
void printDotGraph(const FSIds & roots);
#endif /* !__DOTGRAPH_H */