All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m36s
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 */
|