SE_table_free_list

Frees an array of table names allocated from SE_table_list.

Usage syntax

void SE_table_free_list
(LONG num_tables,
CHAR **tables);

Parameters
num_tables The number of tables
tables A pointer to an array to deallocate
Description

SE_table_free_list frees an array of table names that was allocated by the SE_table_list function.