Go to the documentation of this file.
38 #ifndef __JSGF_INTERNAL_H__
39 #define __JSGF_INTERNAL_H__
45 #define YY_NO_UNISTD_H 1
50 #include <sphinxbase/fsg_model.h>
113 #define jsgf_atom_is_rule(atom) ((atom)->name[0] == '<')
116 jsgf_atom_t *jsgf_atom_new(
char *name,
float weight);