gfarm_strings_free_deeply

Autres langues

Langue: en

Version: 18 March 2003 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

gfarm_strings_free_deeply - free an array of strings

SYNOPSIS

#include <gfarm/gfarm.h>

void gfarm_strings_free_deeply (int n, char ** strings);

DESCRIPTION

gfarm_string_free_deeply() frees the memory space of an array of strings strings with the size n. This also frees every string in the array.