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

typedef _Atomic uint_fast8_t atomic_uint_fast8_t;


#endif

/*
STDC(201112)
*/