2005-05-30 22:28:29 +02:00
|
|
|
/*************
|
|
|
|
|
* Header file for com_shift.c
|
|
|
|
|
************/
|
|
|
|
|
|
2013-01-23 20:57:32 +01:00
|
|
|
#ifndef ngspice_COM_SHIFT_H
|
|
|
|
|
#define ngspice_COM_SHIFT_H
|
2005-05-30 22:28:29 +02:00
|
|
|
|
|
|
|
|
void com_shift(wordlist *wl);
|
|
|
|
|
|
2013-01-23 20:57:12 +01:00
|
|
|
#endif
|