2025-04-27 07:49:33 -04:00

8 lines
104 B
C

#ifndef H__tmpbuf
#define H__tmpbuf
extern char tmpBuf [500];
extern char tmpBuf2[500];
#endif