mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-04 03:03:32 +02:00
enable inp_dodeck() to return an error state,
if error, inp_spsource() will return error as well
This commit is contained in:
@@ -208,7 +208,7 @@ extern bool gr_circular;
|
||||
|
||||
/* inp.c */
|
||||
|
||||
void inp_dodeck(struct card *deck, char *tt, wordlist *end, bool reuse,
|
||||
int inp_dodeck(struct card *deck, char *tt, wordlist *end, bool reuse,
|
||||
struct card *options, char *filename);
|
||||
extern void inp_source(const char *file);
|
||||
int inp_spsource(FILE *fp, bool comfile, char *filename, bool intfile);
|
||||
|
||||
Reference in New Issue
Block a user