|
solidc
Robust collection of general-purpose cross-platform C libraries and data structures designed for rapid and safe development in C
|
Implementation of generic pretty table printer. More...
Go to the source code of this file.
Functions | |
| void | prettytable_config_init (prettytable_config *config) |
| int | prettytable_print (const prettytable_config *config) |
Variables | |
| const prettytable_style | PRETTYTABLE_STYLE_BOX |
Implementation of generic pretty table printer.
Definition in file prettytable.c.
| void prettytable_config_init | ( | prettytable_config * | config | ) |
Initialize config with default values.
| config | Config to initialize |
Definition at line 68 of file prettytable.c.
References PRETTYTABLE_STYLE_BOX.
| int prettytable_print | ( | const prettytable_config * | config | ) |
Print a formatted table.
| config | Table configuration |
Definition at line 158 of file prettytable.c.
References PRETTYTABLE_STYLE_BOX.
| const prettytable_style PRETTYTABLE_STYLE_BOX |
Predefined border styles.
Definition at line 12 of file prettytable.c.
Referenced by prettytable_config_init(), and prettytable_print().