ngspice/src/frontend/misccoms.h

15 lines
233 B
C
Raw Normal View History

2000-04-27 22:03:57 +02:00
/*************
* Header file for misccoms.c
* 1999 E. Rouat
************/
#ifndef MISCCOMS_H_INCLUDED
#define MISCCOMS_H_INCLUDED
void com_quit(wordlist *wl);
void com_bug(wordlist *wl);
void com_version(wordlist *wl);
#endif