atomic_char        50 compat/atomics/dummy/stdatomic.h typedef intptr_t atomic_char;
atomic_char        51 compat/atomics/gcc/stdatomic.h typedef          char      atomic_char;
atomic_char        47 compat/atomics/pthread/stdatomic.h typedef intptr_t atomic_char;
atomic_char        48 compat/atomics/suncc/stdatomic.h typedef intptr_t atomic_char;
atomic_char        48 compat/atomics/win32/stdatomic.h typedef intptr_t atomic_char;