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

typedef _Atomic unsigned long long atomic_ullong;


#endif

/*
STDC(201112)
*/