ngspice/src/frontend/com_fileio.h

10 lines
180 B
C

#ifndef ngspice_COM_FILEIO_H
#define ngspice_COM_FILEIO_H
extern void com_fopen(wordlist *wl);
extern void com_fread(wordlist *wl);
extern void com_fclose(wordlist *wl);
#endif