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

typedef _Atomic int atomic_int;


#endif

/*
STDC(201112)
*/