debug macro print ftest.h, remove space in define

This commit is contained in:
2023-10-04 10:48:08 +02:00
parent 5ef21078cc
commit caa0135e8a
+1 -1
View File
@@ -106,7 +106,7 @@ extern int hk_EQ, hk_TR, hk_RN, hk_DN, hk_OK, hk_FL, hk_PS, hk_SK;
if (stream == NULL) { fprintf(stderr," error open stream on \'tmp\' %s:%d:%s \n",__FILE__,__LINE__,__func__); exit(0); } if (stream == NULL) { fprintf(stderr," error open stream on \'tmp\' %s:%d:%s \n",__FILE__,__LINE__,__func__); exit(0); }
#define BEGIN_CPY_STREAM_MEM(stream, buf)\ #define BEGIN_CPY_STREAM_MEM(stream, buf)\
;rewind(stream);\ rewind(stream);\
while(fgets(buf, BUF_SIZE, stream)){ while(fgets(buf, BUF_SIZE, stream)){