|
FAUST compiler
0.9.9.6b8
|
00001 #ifndef SIGTOGRAPH_HH 00002 #define SIGTOGRAPH_HH 00003 00004 #include "signals.hh" 00005 #include <string> 00006 #include <iostream> 00007 #include <fstream> 00008 00009 using namespace std; 00010 00015 void sigToGraph (Tree sig, ofstream& fout); 00016 00017 #endif // SIGTOGRAPH_HH
1.8.0