Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

enumNameSList.c File Reference

#include "lclintMacros.nf"
#include "basic.h"

Go to the source code of this file.

Functions

void enumNameSList_free (enumNameSList s)


Function Documentation

void enumNameSList_free ( enumNameSList s )
 

Definition at line 40 of file enumNameSList.c.

00041 {
00042   sfree (s->elements); 
00043   sfree (s);
00044 }


Generated at Fri Nov 3 18:57:55 2000 for LCLint by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000