mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2025-12-06 10:45:12 +03:00
7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
// Add predefined macros for your project here. For example:
|
|
// #define THE_ANSWER 42
|
|
#define EBUG
|
|
#define _GNU_SOURCE
|
|
#define _XOPEN_SOURCE=1111
|
|
|