Use \r instead of ^C for the internal hard end of line marker; \r

counts as whitespace so I dont have to do isspace() || is MKD_EOLN
This commit is contained in:
david parsons
2016-11-14 21:37:10 -08:00
parent 8c670e04da
commit 8c3a149b10
+1 -1
View File
@@ -146,7 +146,7 @@ typedef struct mmiot {
} MMIOT;
#define MKD_EOLN 3
#define MKD_EOLN '\r'
/*