scyther/src/dotout.h

7 lines
83 B
C
Raw Normal View History

#ifndef DOTOUTPUT
#define DOTOUTPUT
void dotSemiState (const System sys);
#endif