# stdatomic-c11-win32 **Repository Path**: bxwan/stdatomic-c11-win32 ## Basic Information - **Project Name**: stdatomic-c11-win32 - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-09 - **Last Updated**: 2026-03-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Implement several missing C11 standard libraries for MSVC in Visual Studio 2019 Simple , and 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.