list_config_sections (3) - Linux Manuals
list_config_sections: Lists the names of all sections available in the current configuration. Allegro game programming library.
Command to display list_config_sections
manual in Linux: $ man 3 list_config_sections
NAME
list_config_sections - Lists the names of all sections available in the current configuration. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
int list_config_sections(const char ***names);
DESCRIPTION
The names parameter is a pointer to an array of strings. If it points to a
NULL pointer, the list will be allocated, else it will be re-allocated. After
the function returns, it will contain the names of all sections in the
current configuration. Use free_config_entries to free the allocated memory
again. See list_config_entries for more information and an example how to use
it.
RETURN VALUE
Returns the number of valid strings in the names array.
Pages related to list_config_sections
- list_config_entries (3) - Lists the names of all entries in a config section Allegro game programming library.
- list_intro (3) - a library providing generic list functionality and database-like list management
- list (3) - list routines
- libQgpsmm (3) - C++ and QT class wrapper for the GPS daemon
- libauth (3) - routines for writing nnrpd resolvers and authenticators
- libavcodec (3) - media streams decoding and encoding library