7 lines
87 B
C
7 lines
87 B
C
#ifndef ATOMIC_H_
|
|
#define ATOMIC_H_
|
|
|
|
#define ATOMIC(X) _Atomic(X)
|
|
|
|
#endif // ATOMIC_H_
|