ngspice/src/frontend/com_compose.h

11 lines
112 B
C

#ifndef _COM_COMPOSE_H
#define _COM_COMPOSE_H
#include <wordlist.h>
void com_compose(wordlist *wl);
#endif