ngspice/src/frontend/parser/backq.h

13 lines
174 B
C

/*************
* Header file for backq.c
* 1999 E. Rouat
************/
#ifndef BACKQ_H_INCLUDED
#define BACKQ_H_INCLUDED
wordlist * cp_bquote(wordlist *wlist);
#endif