You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
271 B

/*************
* Header file for inpcom.c
* 1999 E. Rouat
************/
#ifndef INPCOM_H_INCLUDED
#define INPCOM_H_INCLUDED
FILE * inp_pathopen(char *name, char *mode);
void inp_readall(FILE *fp, struct line **data);
void inp_casefix(register char *string);
#endif