NEURON
otherio.c File Reference
#include <../../nrnconf.h>
#include <stdio.h>
#include <ctype.h>
#include "matrix.h"

Go to the source code of this file.

Functions

int fy_or_n (FILE *fp, char *s)
 
int yn_dflt (int val)
 
int fin_int (FILE *fp, char *s, int low, int high)
 
double fin_double (FILE *fp, char *s, double low, double high)
 

Variables

static char rcsid [] = "otherio.c,v 1.1 1997/12/04 17:55:44 hines Exp"
 
static char scratch [MAXLINE+1]
 
static int y_n_dflt = TRUE
 

Function Documentation

◆ fin_double()

double fin_double ( FILE *  fp,
char *  s,
double  low,
double  high 
)

Definition at line 124 of file otherio.c.

◆ fin_int()

int fin_int ( FILE *  fp,
char *  s,
int  low,
int  high 
)

Definition at line 85 of file otherio.c.

◆ fy_or_n()

int fy_or_n ( FILE *  fp,
char *  s 
)

Definition at line 49 of file otherio.c.

◆ yn_dflt()

int yn_dflt ( int  val)

Definition at line 76 of file otherio.c.

Variable Documentation

◆ rcsid

char rcsid[] = "otherio.c,v 1.1 1997/12/04 17:55:44 hines Exp"
static

Definition at line 32 of file otherio.c.

◆ scratch

char scratch[MAXLINE+1]
static

Definition at line 41 of file otherio.c.

◆ y_n_dflt

int y_n_dflt = TRUE
static

Definition at line 44 of file otherio.c.