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

typedef _Atomic unsigned long atomic_ulong;


#endif

/*
STDC(201112)
*/