ngspice/src/frontend/com_let.h

9 lines
120 B
C

#ifndef ngspice_COM_LET_H
#define ngspice_COM_LET_H
#include "ngspice/wordlist.h"
void com_let(wordlist *wl);
#endif