scols_print_table ()
int
scols_print_table (struct libscols_table *tb
);
Prints the table to the output stream.
Returns
0, a negative value in case of an error.
scols_print_table_to_string ()
int
scols_print_table_to_string (struct libscols_table *tb
,
char **data
);
Prints the table to data
.
Returns
0, a negative value in case of an error.