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