Files
BTA_utils/bta_print_header/btaprinthdr.config
2022-07-13 22:04:10 +03:00

8 lines
208 B
Plaintext

// Add predefined macros for your project here. For example:
// #define THE_ANSWER 42
#define _XOPEN_SOURCE 123456
#define _POSIX_C_SOURCE 1005000
#define _SVID_SOURCE
#define _BSD_SOURCE
#define _GNU_SOURCE