mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-05 03:12:07 +02:00
14 lines
155 B
C
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
|