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 
int ivocmain(int, const char **, const char **)
Main entrypoint function into the HOC interpeter.
Definition: ivocmain.cpp:417
int main()
Definition: macmain.cpp:5