ngspice/src/frontend/dotcards.h

13 lines
170 B
C
Raw Normal View History

2000-04-27 22:03:57 +02:00
/*************
* Header file for dotcards.c
* 1999 E. Rouat
************/
2013-01-23 20:57:32 +01:00
#ifndef ngspice_DOTCARDS_H
#define ngspice_DOTCARDS_H
2000-04-27 22:03:57 +02:00
2009-08-23 12:02:28 +02:00
wordlist *gettoks(char *s);
2000-04-27 22:03:57 +02:00
#endif