ngspice/src/frontend/debugcom.h

15 lines
204 B
C
Raw Normal View History

2000-04-27 22:03:57 +02:00
/*************
* Header file for debugcom.c
* 1999 E. Rouat
************/
#ifndef DEBUGCOM_H_INCLUDED
#define DEBUGCOM_H_INCLUDED
void com_state(wordlist *wl);
void com_dump(wordlist *wl);
#endif