Skip to content

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

License

Notifications You must be signed in to change notification settings

zenny-chen/simple-stdatomic-for-VS-Clang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implement several missing C11 standard libraries for MSVC in Visual Studio 2019

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

MSVC in Visual Studio 2019 has already supported part of C11 standard features such as unicode, _Alignof, etc. However, there are some language features supported in MSVC but not as standard libraries. Here encapsulates some useful language features as C11 standard libraries.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages