mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-05 03:12:07 +02:00
10 lines
136 B
C
10 lines
136 B
C
#ifndef ngspice_COM_SETSCALE_H
|
|
#define ngspice_COM_SETSCALE_H
|
|
|
|
#include "ngspice/wordlist.h"
|
|
|
|
|
|
void com_setscale(wordlist *wl);
|
|
|
|
#endif
|