16 lines
142 B
C
Executable File
16 lines
142 B
C
Executable File
#ifndef __VE5_H
|
|
#define __VE5_H
|
|
|
|
#ifdef MAIN
|
|
#define extern
|
|
#endif
|
|
|
|
int ve5100(int argc, char**);
|
|
|
|
#ifdef MAIN
|
|
#undef extern
|
|
#endif
|
|
|
|
#endif
|
|
|