7 lines
67 B
C
7 lines
67 B
C
|
#ifndef __VE7_H
|
||
|
#define __VE7_H
|
||
|
|
||
|
int ve7100 (int, char**);
|
||
|
|
||
|
#endif
|