June 2025 | ||||||
Mo | Tu | We | Th | Fr | Sa | Su |
26 | 27 | 28 | 29 | 30 | 31 | 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 |
01: #ifndef __GNU_STAB__ 02: 03: /* Indicate the GNU stab.h is in use. */ 04: 05: #define __GNU_STAB__ 06: 07: #define __define_stab(NAME, CODE, STRING) NAME=CODE, 08: 09: enum __stab_debug_code 10: { 11: #include <bits/stab.def> 12: LAST_UNUSED_STAB_CODE 13: }; 14: 15: #undef __define_stab 16: 17: #endif /* __GNU_STAB_ */ 18: