mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-05 03:12:07 +02:00
14 lines
208 B
C
14 lines
208 B
C
/*************
|
|
* Header file for com_unset.c
|
|
************/
|
|
|
|
#ifndef ngspice_COM_UNSET_H
|
|
#define ngspice_COM_UNSET_H
|
|
|
|
#include "ngspice/wordlist.h"
|
|
|
|
void com_unset(wordlist *wl);
|
|
void unset_all(void);
|
|
|
|
#endif
|