#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include "dlispparser.h"
Functions | |
void | dlisp_free (dlisp_lispentry *e) |
Free memory allocated for the lisp data structure. |
void dlisp_free | ( | dlisp_lispentry * | e | ) |
Free memory allocated for the lisp data structure.
References dlisp_lispentry::child, dlisp_free(), dlisp_lispentry::name, and dlisp_lispentry::next.
Referenced by dlisp_free(), and main().