ngspice/src/frontend/streams.h

14 lines
203 B
C

/*************
* Header file for streams.c
************/
#ifndef ngspice_STREAMS_H
#define ngspice_STREAMS_H
#include "ngspice/bool.h"
#include "ngspice/wordlist.h"
void fixdescriptors(void);
#endif