/************* * Header file for com_unset.c ************/ #ifndef COM_UNSET_H #define COM_UNSET_H #include "ngspice/wordlist.h" void com_unset(wordlist *wl); #endif /* COM_UNSET_H */