add comments for LF,CR
This commit is contained in:
parent
c65a6b5d63
commit
8cd9be4fce
|
|
@ -56,7 +56,10 @@ int64_t FILE_SIZE(int fd)
|
||||||
return pos;
|
return pos;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// '\n'
|
||||||
#define LF (char)0x0a
|
#define LF (char)0x0a
|
||||||
|
|
||||||
|
// '\r'
|
||||||
#define CR (char)0x0d
|
#define CR (char)0x0d
|
||||||
|
|
||||||
bool is_common_space(char ch)
|
bool is_common_space(char ch)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user