#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 (cs, ct) char *cs |
| |
| | for (cs_ptr=cs;((strchr_ptr=(char *) strchr(cs_ptr, ct[0])) &&(ct_len<=strlen(strchr_ptr)));cs_ptr=strchr_ptr+1) |
| |
| | return (char *) 0 |
| |
◆ for()
| for |
( |
cs_ptr |
= cs; ((strchr_ptr = (char *)strchr(cs_ptr, ct[0])) && (ct_len <= strlen(strchr_ptr))); cs_ptr = strchr_ptr + 1 | ) |
|
◆ hoc_Sred()
◆ ired()
| int ired |
( |
const char * |
prompt, |
|
|
int |
defalt, |
|
|
int |
min, |
|
|
int |
max |
|
) |
| |
◆ return()
◆ strstr()
◆ xred()
| double xred |
( |
const char * |
prompt, |
|
|
double |
defalt, |
|
|
double |
min, |
|
|
double |
max |
|
) |
| |
◆ ct
◆ ct_len
Initial value:{
char *strchr_ptr, *cs_ptr
Definition at line 179 of file xred.cpp.