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