debian man page for free_config_entries

Query: free_config_entries

OS: debian

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

free_config_entries(3alleg4)					  Allegro manual				      free_config_entries(3alleg4)

NAME
free_config_entries - Frees memory allocated for config entry lists. Allegro game programming library.
SYNOPSIS
#include <allegro.h> int free_config_entries(const char ***names);
DESCRIPTION
Once you are done with the string arrays filled in by list_config_entries and list_config_sections, you can free them again with this func- tion. The passed array pointer will be set to NULL, and you directly can pass the same pointer again to list_config_entries or list_con- fig_sections later - but you also could pass them again without freeing first, since the memory is re-allocated when the pointer is not NULL. See list_config_entries for an example of how to use it.
SEE ALSO
list_config_entries(3alleg4), list_config_sections(3alleg4) Allegro version 4.4.2 free_config_entries(3alleg4)
Related Man Pages
exrotscl(3alleg4) - php
exrotscl(3alleg4) - netbsd
exrotscl(3alleg4) - redhat
exrotscl(3alleg4) - linux
exrotscl(3alleg4) - freebsd
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Find columns in a file based on header and print to new file
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?