6 lines
112 B
C
6 lines
112 B
C
/* use only in .c file and only 1 per application */
|
|
#include "tmpbuf.h"
|
|
|
|
char tmpBuf [500];
|
|
char tmpBuf2[500];
|