10 JX_TABLE_MODE_GIGABYTES,
23 jx_table_align_t align;
27 void jx_table_print_header(
struct jx_table *t, FILE *f,
int columns );
28 void jx_table_print(
struct jx_table *t,
struct jx *j, FILE *f,
int columns );
29 void jx_table_print_footer(
struct jx_table *t, FILE *f,
int columns );
Definition: jx_table.h:19
JSON Expressions (JX) library.
JX value representing any expression type.
Definition: jx.h:117