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