mirror of
https://github.com/eddyem/small_tel.git
synced 2025-12-06 02:35:14 +03:00
8 lines
219 B
Plaintext
8 lines
219 B
Plaintext
// Add predefined macros for your project here. For example:
|
|
// #define THE_ANSWER 42
|
|
#define EBUG
|
|
#define _POSIX_C_SOURCE 11111111
|
|
#define PACKAGE_VERSION "0.0.1"
|
|
#define _XOPEN_SOURCE 666
|
|
#define _DEFAULT_SOURCE
|