2.6 Creation and Destruction [ToC] [Index]     [Skip Back] [Skip Fwd]     [Prev] [Up] [Next]

This section describes the functions that create and destroy tables.

9. <Table creation function prototypes 9> =
/* Table functions. */
struct tbl_table *tbl_create (tbl_comparison_func *, void *, 
                              struct libavl_allocator *); struct tbl_table *tbl_copy (const struct tbl_table *, tbl_copy_func *, tbl_item_func *, struct libavl_allocator *); void tbl_destroy (struct tbl_table *, tbl_item_func *);

This code is included in 16.