scyther/src/output.h

15 lines
315 B
C
Raw Normal View History

2004-04-23 11:58:43 +01:00
#ifndef OUTPUT
#define OUTPUT
#include "runs.h"
void tracePrint(const System sys);
void attackDisplay(const System sys);
void graphInit (const System sys);
void graphDone (const System sys);
void graphNode (const System sys);
2004-07-13 10:56:19 +01:00
void graphPath (const System sys, const char* nodepar, const char*
edgepar);
2004-04-23 11:58:43 +01:00
#endif