* Factored out dot graph generation into a separate file.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef __DOTGRAPH_H
|
||||
#define __DOTGRAPH_H
|
||||
|
||||
#include "fstate.hh"
|
||||
|
||||
void printDotGraph(const FSIds & roots);
|
||||
|
||||
#endif /* !__DOTGRAPH_H */
|
||||
Reference in New Issue
Block a user