simple-stdatomic-for-VS-Clang icon indicating copy to clipboard operation
simple-stdatomic-for-VS-Clang copied to clipboard

Simple <stdatomic.h>, <stdalign.h> and <threads.h> implementation for MSVC in Visual Studio 2019

Results 1 simple-stdatomic-for-VS-Clang issues
Sort by recently updated
recently updated
newest added

Perhaps a naive question but in C11 there's the [_Atomic](https://en.cppreference.com/w/c/language/atomic) keyword brought in with stdatomic.h. This library does not cover that but how would one then declare an atomic pointer,...