NAME
conf_free - free a confetti configuration unit
LIBRARY
Configuration parser (libconfetti, -lconfetti)
SYNOPSIS
#include <confetti.h>
void conf_free(conf_unit *unit);
DESCRIPTION
The conf_free() function releases resources associated with a Confetti configuration unit.
If unit is NULL, then the function performs no action.
SEE ALSO
LICENSING
Confetti is Open Source software distributed under the MIT License. Please see the LICENSE file included with the Confetti distribution for details.