2000-04-27 22:03:57 +02:00
|
|
|
/*************
|
|
|
|
|
* Header file for diff.c
|
|
|
|
|
* 1999 E. Rouat
|
|
|
|
|
************/
|
|
|
|
|
|
2013-01-22 21:00:29 +01:00
|
|
|
#ifndef ngspice_DIFF_H
|
|
|
|
|
#define ngspice_DIFF_H
|
2000-04-27 22:03:57 +02:00
|
|
|
|
2011-12-11 19:05:00 +01:00
|
|
|
#include "ngspice/wordlist.h"
|
2000-04-27 22:03:57 +02:00
|
|
|
|
|
|
|
|
|
2000-05-13 18:22:16 +02:00
|
|
|
void com_diff(wordlist *wl);
|
2000-04-27 22:03:57 +02:00
|
|
|
|
|
|
|
|
#endif
|