gemmi/sprintf.hpp file

Contents

Namespaces

namespace gemmi

Functions

auto to_str(double d) -> std::string
auto to_str(float d) -> std::string
template<int Prec>
auto to_str_prec(double d) -> std::string
auto gf_snprintf(char* buf, int count, char const* fmt, ...) -> int

Defines

#define STB_SPRINTF_DECORATE(name)