#include <sent/stddefs.h>
#include <sent/dfa.h>
Include dependency graph for dfa_malloc.c:

Go to the source code of this file.
Functions | |
| DFA_INFO * | dfa_info_new () |
| void | dfa_info_free (DFA_INFO *dfa) |
Definition in file dfa_malloc.c.
| DFA_INFO* dfa_info_new | ( | ) |
Allocate a new grammar information data structure and initialize it.
Definition at line 33 of file dfa_malloc.c.
| void dfa_info_free | ( | DFA_INFO * | dfa | ) |
Free all informations in the DFA_INFO.
| dfa | [i/o] grammar information data to be freed. |
Definition at line 54 of file dfa_malloc.c.
1.5.0