ngspice/src/frontend/typesdef.h

14 lines
203 B
C

/*************
* Header file for typesdef.c
* 1999 E. Rouat
************/
#ifndef ngspice_TYPESDEF_H
#define ngspice_TYPESDEF_H
void com_dftype(wordlist *wl);
void com_stype(wordlist *wl);
#endif