2003-09-03 14:20:18 +03:00
|
|
|
#ifndef __DOTGRAPH_H
|
|
|
|
#define __DOTGRAPH_H
|
|
|
|
|
2003-11-18 13:22:29 +02:00
|
|
|
#include "storeexpr.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 */
|