6 lines
89 B
C
6 lines
89 B
C
#ifndef APP_COMMON_H
|
|
#define APP_COMMON_H
|
|
|
|
#define NEW_LINE "\r\n"
|
|
|
|
#endif //APP_COMMON_H
|