FrontISTR  5.7.1
Large-scale structural analysis program with finit element method
hecmw_gflex.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2019 FrontISTR Commons
3  * This software is released under the MIT License, see LICENSE.txt
4  *****************************************************************************/
5 
6 #ifndef HECMW_GFLEX_INCLUDED
7 #define HECMW_GFLEX_INCLUDED
8 
9 #include <stdio.h>
10 
11 enum {
16 };
17 
19 
21 
23 
25 
26 int HECMW_gflex_next_token_skip(int skip_token);
27 
28 int HECMW_gflex_set_input(FILE *fp);
29 
31 
32 #endif
int HECMW_gflex_next_token_skip(int skip_token)
int HECMW_gflex_set_input(FILE *fp)
int HECMW_gflex_get_lineno(void)
int HECMW_gflex_skip_line(void)
double HECMW_gflex_get_number(void)
@ HECMW_GFLEX_NAME
Definition: hecmw_gflex.h:15
@ HECMW_GFLEX_INT
Definition: hecmw_gflex.h:13
@ HECMW_GFLEX_NL
Definition: hecmw_gflex.h:12
@ HECMW_GFLEX_DOUBLE
Definition: hecmw_gflex.h:14
int HECMW_gflex_next_token(void)
char * HECMW_gflex_get_text(void)