Scroll to navigation

ECONF_FREEARRAY(3) libeconf Manual ECONF_FREEARRAY(3)

NAME

econf_freeArray - free an array of strings returned by econf_getArrayValue

SYNOPSIS

#include <libeconf.h>

void econf_freeArray(char **array);

DESCRIPTION

The econf_freeArray() function is used to release the memory allocated for an array of strings (char **) returned by a successful call to econf_getGroups(3) and econf_getKeys(3).

RETURN VALUE

The econf_freeArray() function returns nothing (void).

ERRORS

This function does not return an error code.

SEE ALSO

econf_getGroups(3), econf_getKeys(3), econf_free(3), libeconf(3)

2023-10-31 libeconf