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

typedef _Atomic uintptr_t atomic_uintptr_t;


#endif

/*
STDC(201112)
*/