Files
ngspice/src/frontend/parser/input.h
T
2013-12-31 12:54:32 +01:00

14 lines
155 B
C

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