Top |
int | scols_print_table () |
int | scols_print_table_to_string () |
int | scols_table_print_range () |
int | scols_table_print_range_to_string () |
int
scols_print_table (struct libscols_table *tb
);
Prints the table to the output stream.
int scols_print_table_to_string (struct libscols_table *tb
,char **data
);
Prints the table to data
.
int scols_table_print_range (struct libscols_table *tb
,struct libscols_line *start
,struct libscols_line *end
);
int scols_table_print_range_to_string (struct libscols_table *tb
,struct libscols_line *start
,struct libscols_line *end
,char **data
);
The same as scols_table_print_range()
, but prints to data
instead of
stream.