September 2025 | ||||||
Mo | Tu | We | Th | Fr | Sa | Su |
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 1 | 2 | 3 | 4 | 5 |
6 | 7 | 8 | 9 | 10 | 11 | 12 |
01: #ifndef __A_OUT_GNU_H__ 02: # error "Never use <bits/a.out.h> directly; include <a.out.h> instead." 03: #endif 04: 05: #include <bits/wordsize.h> 06: 07: #if __WORDSIZE == 64 08: 09: /* Signal to users of this header that this architecture really doesn't 10: support a.out binary format. */ 11: #define __NO_A_OUT_SUPPORT 1 12: 13: #endif 14: