All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

Table extension of the string formatting API. More...

Detailed Description

Table extension of the string formatting API.

Author
Marian Buschsieweke maria.nosp@m.n.bu.nosp@m.schsi.nosp@m.ewek.nosp@m.e@ovg.nosp@m.u.de

Definition in file fmt_table.h.

#include <stdint.h>
#include <stddef.h>
+ Include dependency graph for fmt_table.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.