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

typedef _Atomic char atomic_char;


#endif

/*
STDC(201112)
*/