ngspice/src/frontend/spec.h

16 lines
245 B
C
Raw Normal View History

2000-04-27 22:03:57 +02:00
/*************
* Header file for spec.c
* 1999 E. Rouat
************/
#ifndef SPEC_H_INCLUDED
#define SPEC_H_INCLUDED
2008-05-25 20:35:42 +02:00
#ifdef HAS_WINDOWS
extern void SetAnalyse( char * Analyse, int Percent);
#endif
2000-04-27 22:03:57 +02:00
void com_spec(wordlist *wl);
#endif