#include "spice.h"
#include <stdio.h>
#include "inpdefs.h"
Go to the source code of this file.
Definition at line 18 of file inppas1.c.
28 for (current = deck; current !=
NULL; current = current->
nextcard) {
30 thisline = current->
line;
32 while (*thisline && ((*thisline ==
' ') || (*thisline ==
'\t')))
35 if (*thisline ==
'.') {
36 if (!strncmp(thisline,
".table",6)) {
41 if (!strncmp(thisline,
".model",6)) {