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

typedef _Atomic wchar_t atomic_wchar_t;


#endif

/*
STDC(201112)
*/