#if 0 #include __BASE atomic_exchange(volatile __TYPE *object, __BASE desired) { return *object = desired; } #endif /* STDC(201112) */