MISR Toolkit  1.5.1
Functions
MtkStringListFree.c File Reference
#include "MisrUtil.h"
#include "MisrError.h"
#include <stdlib.h>

Go to the source code of this file.

Functions

MTKt_status MtkStringListFree (int strcnt, char **strlist[])
 Free string list. More...
 

Function Documentation

◆ MtkStringListFree()

MTKt_status MtkStringListFree ( int  strcnt,
char **  strlist[] 
)

Free string list.

Returns
MTK_SUCCESS
Example:
In this example, we have a string list and a string size such as fieldlist and fieldcnt that was previously allocated with MtkFileGridToFieldList() and we wish to free it.
status = MtkStringListFree(fieldcnt, &fieldlist);
Parameters
[in]strcntString Count
[in,out]strlistString List

Definition at line 33 of file MtkStringListFree.c.


MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:53