9 lines
101 B
C
9 lines
101 B
C
#ifndef DEFS_H
|
|
#define DEFS_H
|
|
|
|
#define CR "\r"
|
|
#define LF "\n"
|
|
#define CRLF "\r\n"
|
|
|
|
#endif // DEFS_H
|