#ifndef ATOMIC_H_ #define ATOMIC_H_ #define ATOMIC(X) _Atomic(X) #endif // ATOMIC_H_