nrnpy_reg.h
Go to the documentation of this file.00001 extern "C" {
00002 extern myPyMODINIT_FUNC nrnpy_hoc();
00003 extern myPyMODINIT_FUNC nrnpy_nrn();
00004
00005 static myPyMODINIT_FUNC (*nrnpy_reg_[])() = {
00006 nrnpy_hoc,
00007 nrnpy_nrn,
00008 0
00009 };
00010
00011 }