dot-xx
A personal collection of small C++ modules
|
Export some C standard library constants that are not provided by std.compat More...
Exported Modules | |
module | std |
Enumerations | |
enum class | dxx::c::exit : decltype(EXIT_SUCCESS) { success = EXIT_SUCCESS , failure = EXIT_FAILURE } |
Re-exports EXIT_SUCCESS and EXIT_FAILURE |
Export some C standard library constants that are not provided by std.compat
Files | |
file | /build-llvm-libcpp/_deps/dot-xx-cstd-src/src/cstd.xx |
Main interface file for dxx.cstd module. | |
file | /build-llvm-libcpp/_deps/dot-xx-cstd-src/src/internal.xx |
Re-export macros as enums. |