atomic_wchar_t 61 compat/atomics/dummy/stdatomic.h typedef intptr_t atomic_wchar_t; atomic_wchar_t 62 compat/atomics/gcc/stdatomic.h typedef wchar_t atomic_wchar_t; atomic_wchar_t 58 compat/atomics/pthread/stdatomic.h typedef intptr_t atomic_wchar_t; atomic_wchar_t 59 compat/atomics/suncc/stdatomic.h typedef intptr_t atomic_wchar_t; atomic_wchar_t 59 compat/atomics/win32/stdatomic.h typedef intptr_t atomic_wchar_t;