7 lines
83 B
C
7 lines
83 B
C
|
#ifndef DOTOUTPUT
|
||
|
#define DOTOUTPUT
|
||
|
|
||
|
void dotSemiState (const System sys);
|
||
|
|
||
|
#endif
|