ngspice/src/frontend/spec.h

12 lines
158 B
C
Raw Normal View History

2000-04-27 22:03:57 +02:00
/*************
* Header file for spec.c
* 1999 E. Rouat
************/
2013-01-23 20:57:32 +01:00
#ifndef ngspice_SPEC_H
#define ngspice_SPEC_H
2008-05-25 20:35:42 +02:00
2000-04-27 22:03:57 +02:00
void com_spec(wordlist *wl);
#endif