ngspice/src/frontend/parse.h

17 lines
250 B
C
Raw Normal View History

2000-04-27 22:03:57 +02:00
/*************
* Header file for parse.c
* 1999 E. Rouat
************/
#ifndef _PARSE_H
#define _PARSE_H
#include <pnode.h>
#include <wordlist.h>
2000-04-27 22:03:57 +02:00
struct pnode * ft_getpnames(wordlist *wl, bool check);
void free_pnode(struct pnode *t);
#endif