Functions | |
int | hawki_table_delete (cpl_table **table) |
Deallocates a set of four tables. | |
cpl_table ** | hawki_table_new (int nrow) |
Allocates a set of four tables. |
int hawki_table_delete | ( | cpl_table ** | table | ) |
Deallocates a set of four tables.
tables | The tables to deallocate |
Definition at line 54 of file hawki_alloc.c.
cpl_table** hawki_table_new | ( | int | nrow | ) |
Allocates a set of four tables.
nrow | The number of rows of each table |
Definition at line 72 of file hawki_alloc.c.