7 lines
67 B
C
Raw Normal View History

#ifndef __VE8_H
#define __VE8_H
int ve8100 (int, char**);
#endif