dot-xx
A personal collection of small C++ modules
Loading...
Searching...
No Matches
cstd.xx File Reference
module dxx.cstd

Main interface file for dxx.cstd module. More...

import std;
import dxx.cstd:internal;

Namespaces

namespace  dxx::c
 Main namespace for dxx.cstd module.

Variables

auto & dxx::c::stdin = stdio::in
auto & dxx::c::stdout = stdio::out
auto & dxx::c::stderr = stdio::err
constexpr auto dxx::c::EXIT_SUCCESS = std::to_underlying(exit::success)
constexpr auto dxx::c::EXIT_FAILURE = std::to_underlying(exit::failure)

Detailed Description

Main interface file for dxx.cstd module.