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