7 lines
88 B
C
7 lines
88 B
C
|
#ifndef __LV3_H
|
||
|
#define __LV3_H
|
||
|
|
||
|
int lv3100(int argc, char* argv[]);
|
||
|
|
||
|
#endif // __LV3_H
|