mirror of
https://github.com/eddyem/small_tel.git
synced 2026-02-01 12:55:02 +03:00
7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
// Add predefined macros for your project here. For example:
|
|
// #define THE_ANSWER 42
|
|
#define _GNU_SOURCE
|
|
#define _XOPEN_SOURCE=1111
|
|
#define EBUG
|
|
|