ngspice/src/frontend/aspice.h

16 lines
230 B
C

/*************
* Header file for aspice.c
* 1999 E. Rouat
************/
#ifndef ASPICE_H_INCLUDED
#define ASPICE_H_INCLUDED
void com_aspice(wordlist *wl);
void com_jobs(wordlist *wl);
void com_rspice(wordlist *wl);
#endif