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