#include <sent/stddefs.h>
#include <sent/dfa.h>
dfa_malloc.cのインクルード依存関係図

関数 | |
| DFA_INFO * | dfa_info_new () |
| void | dfa_info_free (DFA_INFO *dfa) |
dfa_malloc.c で定義されています。
| DFA_INFO* dfa_info_new | ( | ) |
Allocate a new grammar information data structure and initialize it.
dfa_malloc.c の 33 行で定義されています。
| void dfa_info_free | ( | DFA_INFO * | dfa | ) |
Free all informations in the DFA_INFO.
| dfa | [i/o] grammar information data to be freed. |
dfa_malloc.c の 54 行で定義されています。
1.5.0