26 lines
242 B
C
26 lines
242 B
C
|
#ifndef __VE1_H
|
||
|
#define __VE1_H
|
||
|
|
||
|
#ifndef __STRINGS_H
|
||
|
#include <strings.h>
|
||
|
#endif
|
||
|
|
||
|
int ve1100(int argc, char* argv[]);
|
||
|
|
||
|
#ifdef __MAIN__
|
||
|
#define extern
|
||
|
#endif
|
||
|
|
||
|
extern TString80 tmp;
|
||
|
|
||
|
#ifdef __MAIN__
|
||
|
#undef extern
|
||
|
#endif
|
||
|
|
||
|
|
||
|
#endif // __VE1_H
|
||
|
|
||
|
|
||
|
|
||
|
|