/*************
* Header file for input.c
* 1999 E. Rouat
************/
#ifndef INPUT_H_INCLUDED
#define INPUT_H_INCLUDED
int input(FILE *fp);
#endif