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

typedef _Atomic int_least32_t atomic_int_least32_t;


#endif

/*
STDC(201112)
*/