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

typedef _Atomic uint_least32_t atomic_uint_least32_t;


#endif

/*
STDC(201112)
*/