ngspice/src/frontend/com_compose.h

11 lines
134 B
C

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