7 lines
77 B
C
7 lines
77 B
C
|
#ifndef __SV1_H
|
||
|
#define __SV1_H
|
||
|
|
||
|
int sv1100(int argc, char* argv[]);
|
||
|
|
||
|
#endif
|