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

typedef _Atomic uint_least8_t atomic_uint_least8_t;


#endif

/*
STDC(201112)
*/