7 lines
101 B
C
7 lines
101 B
C
#ifndef ANSIQ_COMMON_H
|
|
#define ANSIQ_COMMON_H
|
|
|
|
#define ANSIQ_ESC "\x1b"
|
|
|
|
#endif /* ANSIQ_COMMON_H */
|