#include <ccpp/bits/printf_implementation.h>
#include <stdint.h>
#include <string.h>
#include "di/container/algorithm/prelude.h"
#include "di/math/prelude.h"
Namespaces | |
namespace | ccpp |
Functions | |
di::Expected< int, di::GenericCode > | ccpp::printf_implementation (di::FunctionRef< di::Expected< void, di::GenericCode >(di::TransparentStringView)> write_exactly, char const *format, va_list args) |