NEURON
ocmisc.h
Go to the documentation of this file.
1
#ifndef ocmisc_h
2
#define ocmisc_h
3
4
extern
long
hoc_nstack
;
5
extern
long
hoc_nframe
;
6
extern
int
hoc_errno_count
;
7
extern
int
hoc_pipeflag
;
8
extern
int
hoc_in_yyparse
;
9
extern
int
hoc_intset
;
10
11
#endif
hoc_nstack
long hoc_nstack
Definition:
ivocmain.cpp:4
hoc_in_yyparse
int hoc_in_yyparse
Definition:
hoc.cpp:1610
hoc_pipeflag
int hoc_pipeflag
hoc_intset
int hoc_intset
hoc_errno_count
int hoc_errno_count
Definition:
math.cpp:16
hoc_nframe
long hoc_nframe
Definition:
ivocmain.cpp:4
src
oc
ocmisc.h