ngspice/src/parser/input.h

14 lines
186 B
C
Raw Normal View History

2000-04-27 22:03:57 +02:00
/*************
* Header file for input.c
* 1999 E. Rouat
************/
#ifndef INPUT_H_INCLUDED
#define INPUT_H_INCLUDED
void Input(REQUEST *request, RESPONSE *response);
#endif