summaryrefslogtreecommitdiff
path: root/src/stdatomic/atomic_bool.h
blob: b6234b3620936c872301f006f6d5bab90e5a0286 (plain)
1
2
3
4
5
6
7
8
9
10
#if 0

typedef _Atomic _Bool atomic_bool;


#endif

/*
STDC(201112)
*/