add bta_print_header

This commit is contained in:
2022-07-13 22:04:10 +03:00
parent 478ad21c7a
commit 32114c0a77
16 changed files with 1897 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
// 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