75329eea65
Files correlati : Ricompilazione Demo : [ ] Commento : Aggiunta personalizzazione al tronco principale git-svn-id: svn://10.65.10.50/trunk@9257 c028cbd2-c16b-5b4b-a496-9718f37d4682
26 lines
246 B
C
Executable File
26 lines
246 B
C
Executable File
#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
|
|
|
|
|
|
|
|
|