summaryrefslogtreecommitdiff
path: root/src/stdatomic/atomic_flag.c
blob: 20f22d55e0584b7fbd008a78c7645de6932e52b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#if 0

typedef                                                            _Atomic _Bool
	atomic_flag;


#endif

/*
STDC(201112)
*/