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

typedef _Atomic uintmax_t atomic_uintmax_t;


#endif

/*
STDC(201112)
*/