7 lines
77 B
C
Raw Normal View History

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