2003-09-03 14:20:18 +03:00
|
|
|
#ifndef __DOTGRAPH_H
|
|
|
|
#define __DOTGRAPH_H
|
|
|
|
|
2003-10-07 15:27:49 +03:00
|
|
|
#include "expr.hh"
|
2003-09-03 14:20:18 +03:00
|
|
|
|
2003-10-08 18:06:59 +03:00
|
|
|
void printDotGraph(const PathSet & roots);
|
2003-09-03 14:20:18 +03:00
|
|
|
|
|
|
|
#endif /* !__DOTGRAPH_H */
|