NEURON
xred.cpp File Reference
#include <../../nrnconf.h>
#include "hoc.h"
#include <stdio.h>

Go to the source code of this file.

Functions

int ired (const char *prompt, int defalt, int min, int max)
 
double xred (const char *prompt, double defalt, double min, double max)
 
void hoc_Sred (void)
 
int hoc_sred (const char *prompt, char *defalt, char *charlist)
 
char * strstr (char *cs, char *ct)
 

Function Documentation

◆ hoc_Sred()

void hoc_Sred ( void  )

Definition at line 104 of file xred.cpp.

◆ ired()

int ired ( const char *  prompt,
int  defalt,
int  min,
int  max 
)

Definition at line 55 of file xred.cpp.

◆ strstr()

char* strstr ( char *  cs,
char *  ct 
)

Definition at line 173 of file xred.cpp.

◆ xred()

double xred ( const char *  prompt,
double  defalt,
double  min,
double  max 
)

Definition at line 65 of file xred.cpp.