ngspice/src/frontend/runcoms2.h

14 lines
204 B
C
Raw Normal View History

2000-04-27 22:03:57 +02:00
/*************
* Header file for runcoms2.c
* 1999 E. Rouat
************/
#ifndef RUNCOMS2_H_INCLUDED
#define RUNCOMS2_H_INCLUDED
void com_resume(wordlist *wl);
void com_rset(wordlist *wl);
#endif