7 lines
77 B
C
Executable File

#ifndef __SV2_H
#define __SV2_H
int sv2100(int argc, char* argv[]);
#endif