winlin

add comments for LF,CR

@@ -56,7 +56,10 @@ int64_t FILE_SIZE(int fd) @@ -56,7 +56,10 @@ int64_t FILE_SIZE(int fd)
56 return pos; 56 return pos;
57 } 57 }
58 58
  59 +// '\n'
59 #define LF (char)0x0a 60 #define LF (char)0x0a
  61 +
  62 +// '\r'
60 #define CR (char)0x0d 63 #define CR (char)0x0d
61 64
62 bool is_common_space(char ch) 65 bool is_common_space(char ch)