66b09a9114
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@19515 c028cbd2-c16b-5b4b-a496-9718f37d4682
8 lines
124 B
C
Executable File
8 lines
124 B
C
Executable File
#ifndef __LV3_H
|
|
#define __LV3_H
|
|
|
|
int lv3100(int argc, char* argv[]);
|
|
int lv3200(int argc, char* argv[]);
|
|
|
|
#endif // __LV3_H
|