ngspice/src/frontend/com_alias.h

13 lines
200 B
C
Raw Normal View History

2000-04-27 22:03:57 +02:00
/*************
2009-08-15 11:27:08 +02:00
* Header file for com_alias.c
2000-04-27 22:03:57 +02:00
* 1999 E. Rouat
************/
#ifndef ALIAS_H_INCLUDED
#define ALIAS_H_INCLUDED
void com_alias(wordlist *wl);
void com_unalias(wordlist *wl);
#endif