#include <../../nrnconf.h>
#include "hoc.h"
#include <stdio.h>
Go to the source code of this file.
|
| 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) |
| |
◆ hoc_Sred()
◆ ired()
| int ired |
( |
const char * |
prompt, |
|
|
int |
defalt, |
|
|
int |
min, |
|
|
int |
max |
|
) |
| |
◆ strstr()
| char* strstr |
( |
char * |
cs, |
|
|
char * |
ct |
|
) |
| |
◆ xred()
| double xred |
( |
const char * |
prompt, |
|
|
double |
defalt, |
|
|
double |
min, |
|
|
double |
max |
|
) |
| |