1 2 3 4 5
#ifdef __STDC_NO_ATOMICS__ # include <compat/atomics/dummy/stdatomic.h> #else # include_next <stdatomic.h> #endif