debug macro print ftest.h, remove space in define
This commit is contained in:
+1
-1
@@ -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); }
|
||||
|
||||
#define BEGIN_CPY_STREAM_MEM(stream, buf)\
|
||||
;rewind(stream);\
|
||||
rewind(stream);\
|
||||
while(fgets(buf, BUF_SIZE, stream)){
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user