7 lines
94 B
C
7 lines
94 B
C
|
#ifndef __LV0_H
|
||
|
#define __LV0_H
|
||
|
|
||
|
int ba9200(int argc, char* argv[]);
|
||
|
|
||
|
#endif // __LV0_H
|