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

typedef _Atomic intmax_t atomic_intmax_t;


#endif

/*
STDC(201112)
*/