mirror of
https://github.com/eddyem/BTA_utils.git
synced 2026-08-12 09:39:34 +03:00
6 lines
135 B
Plaintext
6 lines
135 B
Plaintext
// Add predefined macros for your project here. For example:
|
|
// #define THE_ANSWER 42
|
|
#define _XOPEN_SOURCE 1111
|
|
#define _GNU_SOURCE
|
|
|