6 #ifndef HECMW_VIS_READ_CONTROL_H_INCLUDED
7 #define HECMW_VIS_READ_CONTROL_H_INCLUDED
13 #define MAX_LINE_LEN 256
19 int get_int_item(
char *para,
char *buf,
int *start_location);
int is_blank_line(char *buf)
int is_comment_line(char *buf)
double get_double_item(char *para, char *buf, int *start_location)
int get_int_item(char *para, char *buf, int *start_location)
int get_keyword_item(char *buf, char *para)
void HECMW_vis_read_control(FILE *fp, int pesize, int mynode, PSF_link *psf, PVR_link *pvr)
void get_string_item(char *para, char *buf, int *start_location, char *para2)