Xors3d Engine
Line separtor types

Defines

#define LS_CR   1
#define LS_CRLF   3
#define LS_LF   2
#define LS_NUL   0

Define Documentation

#define LS_NUL   0

Line separator is NUL-byte ('\0' in terms of C/C++)

#define LS_CR   1

Line separator is CR-byte ('\r' in terms of C/C++)

#define LS_LF   2

Line separator is LF-byte ('\n' in terms of C/C++)

#define LS_CRLF   3

Line separator is CRLF-byte pair (the majority of text editors use this line separator)