#include <stdio.h>
Go to the source code of this file.
◆ anonymous enum
| Enumerator |
|---|
| HECMW_GFLEX_NL | |
| HECMW_GFLEX_INT | |
| HECMW_GFLEX_DOUBLE | |
| HECMW_GFLEX_NAME | |
Definition at line 11 of file hecmw_gflex.h.
◆ HECMW_gflex_get_lineno()
| int HECMW_gflex_get_lineno |
( |
void |
| ) |
|
◆ HECMW_gflex_get_number()
| double HECMW_gflex_get_number |
( |
void |
| ) |
|
◆ HECMW_gflex_get_text()
| char* HECMW_gflex_get_text |
( |
void |
| ) |
|
◆ HECMW_gflex_next_token()
| int HECMW_gflex_next_token |
( |
void |
| ) |
|
◆ HECMW_gflex_next_token_skip()
| int HECMW_gflex_next_token_skip |
( |
int |
skip_token | ) |
|
◆ HECMW_gflex_set_input()
| int HECMW_gflex_set_input |
( |
FILE * |
fp | ) |
|
◆ HECMW_gflex_skip_line()
| int HECMW_gflex_skip_line |
( |
void |
| ) |
|