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