- Added xml output switch (-x, check scyther --help). It's not complete

yet, to be finished tomorrow.
This commit is contained in:
ccremers
2005-05-01 13:32:50 +00:00
parent 3682e3ab24
commit 924abc065d
7 changed files with 446 additions and 71 deletions

View File

@@ -6,5 +6,6 @@
void arachneInit (const System sys);
void arachneDone ();
int arachne ();
int get_semitrace_length ();
#endif