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