ngspice/src/frontend/spec.h

13 lines
161 B
C

/*************
* Header file for spec.c
* 1999 E. Rouat
************/
#ifndef SPEC_H_INCLUDED
#define SPEC_H_INCLUDED
void com_spec(wordlist *wl);
#endif