Template Function c4::detail::print_one

Function Documentation

template<class T>
size_t c4::detail::print_one(substr str, const char *full_fmt, T v)

Todo:

we’re depending on snprintf()/sscanf() for converting to/from floating point numbers. Apparently, this increases the binary size by a considerable amount. There are some lightweight printf implementations: