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

typedef _Atomic uint_fast32_t atomic_uint_fast32_t;


#endif

/*
STDC(201112)
*/