2005-05-30 22:28:29 +02:00
|
|
|
/*************
|
|
|
|
|
* Header file for com_echo.c
|
|
|
|
|
************/
|
|
|
|
|
|
2013-01-23 20:57:32 +01:00
|
|
|
#ifndef ngspice_COM_ECHO_H
|
|
|
|
|
#define ngspice_COM_ECHO_H
|
2005-05-30 22:28:29 +02:00
|
|
|
|
2011-12-11 19:05:00 +01:00
|
|
|
#include "ngspice/wordlist.h"
|
2005-05-30 22:28:29 +02:00
|
|
|
|
|
|
|
|
void com_echo(wordlist *wlist);
|
|
|
|
|
|
2013-01-23 20:57:12 +01:00
|
|
|
#endif
|