NEURON
macmain.cpp
Go to the documentation of this file.
1
#pragma import on
2
int
ivocmain
(
int
,
const
char
**,
const
char
**);
3
#pragma import off
4
5
int
main
() {
6
return
ivocmain
(0, 0, 0);
7
}
8
ivocmain
int ivocmain(int, const char **, const char **)
Main entrypoint function into the HOC interpeter.
Definition:
ivocmain.cpp:417
main
int main()
Definition:
macmain.cpp:5
src
ivoc
macmain.cpp