PrintCONFIG_TBL prints a header and prints the contents of all of the records in a CONFIG_TBL array. It calls PrintCONFIG_TBL_hdr and PrintCONFIG_TBL_body to do it’s work.
PrintCONFIG_TBL_hdr prints the header lines.
PrintCONFIG_TBL_body prints the items in the configuration table.
This function is part of libconfig.
void PrintCONFIG_TBL_body(
FILE *fd,
CONFIG_TBL CFTpnt[],
int Size,
);
void PrintCONFIG_TBL(
FILE *fd,
CONFIG_TBL CFTpnt[],
int Size,
);