8 lines
104 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#ifndef H__tmpbuf
#define H__tmpbuf
extern char tmpBuf [500];
extern char tmpBuf2[500];
#endif