/** * author: Jochen K"upper * created: Jan 2002 * file: pygsl/src/statistics/longmodule.c * $Id: intmodule.c,v 1.6 2004/03/24 08:40:45 schnizer Exp $ * * *" */ #include #include #include #include /* include real functions for different data-types */ #define STATMOD_APPEND_PY_TYPE(X) X ## Int #define STATMOD_APPEND_PYC_TYPE(X) X ## INT #define STATMOD_FUNC_EXT(X, Y) X ## _int ## Y #define STATMOD_PY_AS_C PyInt_AsLong #define STATMOD_C_TYPE int #define PyGSL_STATISTICS_IMPORT_API #include "functions.c" /* initialization */ PyGSL_STATISTICS_INIT(int, "int") /* * Local Variables: * mode: c * c-file-style: "Stroustrup" * End: */