#include "system/fmt/format.h"
#include "system/fmt/printf.h"
#include <string.h>
#include <cctype>
#include <cerrno>
#include <climits>
#include <cmath>
#include <cstdarg>
#include <cstddef>
Go to the source code of this file.
◆ FMT_CATCH
#define FMT_CATCH |
( |
|
x | ) |
if (false) |
◆ FMT_POWERS_OF_10
#define FMT_POWERS_OF_10 |
( |
|
factor | ) |
|
Value: factor * 10, \
factor * 100, \
factor * 1000, \
factor * 10000, \
factor * 100000, \
factor * 1000000, \
factor * 10000000, \
factor * 100000000, \
factor * 1000000000
Definition at line 271 of file format.cc.
◆ FMT_SNPRINTF
#define FMT_SNPRINTF snprintf |
◆ FMT_SWPRINTF
#define FMT_SWPRINTF swprintf |
◆ FMT_TRY
#define FMT_TRY if (true) |
◆ strerror_r()
◆ strerror_s()