mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-05 11:15:09 +02:00
15 lines
237 B
C
15 lines
237 B
C
/*************
|
|
* Header file for com_alias.c
|
|
* 1999 E. Rouat
|
|
************/
|
|
|
|
#ifndef ngspice_COM_ALIAS_H
|
|
#define ngspice_COM_ALIAS_H
|
|
|
|
#include "ngspice/wordlist.h"
|
|
|
|
void com_alias(wordlist *wl);
|
|
void com_unalias(wordlist *wl);
|
|
|
|
#endif
|