logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

free_config_entries - Frees memory allocated for config entry lists. Allegro game programming library.

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 function. The passed array pointer will be set to NULL,  and  you  directly
       can pass the same pointer again to list_config_entries or list_config_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.

Name

       free_config_entries - Frees memory allocated for config entry lists. Allegro game programming library.

See Also

list_config_entries(3alleg4), list_config_sections(3alleg4)

Allegro                                           version 4.4.3                     free_config_entries(3alleg4)

Synopsis

#include<allegro.h>intfree_config_entries(constchar***names);

See Also