5d4171f7fb
fstate -> Nix expression). * Fix src/test.cc.
8 lines
132 B
C++
8 lines
132 B
C++
#ifndef __DOTGRAPH_H
|
|
#define __DOTGRAPH_H
|
|
|
|
#include "expr.hh"
|
|
|
|
void printDotGraph(const FSIds & roots);
|
|
|
|
#endif /* !__DOTGRAPH_H */
|