Table extension of the string formatting API. More...
Table extension of the string formatting API.
Definition in file fmt_table.h.
#include <stdint.h>
#include <stddef.h>
Go to the source code of this file.
Functions | |
void | print_col_u32_dec (uint32_t number, size_t width) |
Print a table column with the given number as decimal. | |
void | print_col_s32_dec (int32_t number, size_t width) |
Print a table column with the given number as decimal. | |