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

typedef _Atomic unsigned int atomic_uint;


#endif

/*
STDC(201112)
*/