affbe5f5创建于 2025年3月25日历史提交
/*************
* 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