├── LICENSE ├── README.md ├── main.c ├── stdalign.h ├── stdatomic.c ├── stdatomic.h └── threads.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenny-chen/simple-stdatomic-for-VS-Clang/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenny-chen/simple-stdatomic-for-VS-Clang/HEAD/README.md -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenny-chen/simple-stdatomic-for-VS-Clang/HEAD/main.c -------------------------------------------------------------------------------- /stdalign.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenny-chen/simple-stdatomic-for-VS-Clang/HEAD/stdalign.h -------------------------------------------------------------------------------- /stdatomic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenny-chen/simple-stdatomic-for-VS-Clang/HEAD/stdatomic.c -------------------------------------------------------------------------------- /stdatomic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenny-chen/simple-stdatomic-for-VS-Clang/HEAD/stdatomic.h -------------------------------------------------------------------------------- /threads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zenny-chen/simple-stdatomic-for-VS-Clang/HEAD/threads.h --------------------------------------------------------------------------------