on BeOS or Windows.
/* Initialization function for the module */
-void
+DL_EXPORT(void)
initcurses()
{
PyObject *m, *d, *v;
{NULL, NULL}
};
-void
+DL_EXPORT(void)
init_locale()
{
PyObject *m,*d,*x;
}
-void
+DL_EXPORT(void)
init_tkinter()
{
PyObject *m, *d;
arraytype_doc, /*tp_doc*/
};
-void
+DL_EXPORT(void)
initarray()
{
PyObject *m, *d;
{ 0, 0 }
};
-void
+DL_EXPORT(void)
initaudioop()
{
PyObject *m, *d;
/* Initialization function for the module (*must* be called initbinascii) */
static char doc_binascii[] = "Conversion between binary data and ASCII";
-void
+DL_EXPORT(void)
initbinascii()
{
PyObject *m, *d, *x;
{0, 0},
};
-void
+DL_EXPORT(void)
initbsddb() {
PyObject *m, *d;
&Otype,
};
-void
+DL_EXPORT(void)
initcStringIO() {
PyObject *m, *d, *v;
{NULL, NULL} /* sentinel */
};
-void
+DL_EXPORT(void)
initcmath()
{
PyObject *m, *d, *v;
{NULL, NULL} /* sentinel */
};
-void
+DL_EXPORT(void)
initcrypt()
{
Py_InitModule("crypt", crypt_methods);
{ 0, 0 },
};
-void
+DL_EXPORT(void)
initdbm() {
PyObject *m, *d;
To map error codes to error messages, use the function os.strerror(),\n\
e.g. os.strerror(2) could return 'No such file or directory'.";
-void
+DL_EXPORT(void)
initerrno()
{
PyObject *m, *d, *de;
return 0;
}
-void
+DL_EXPORT(void)
initfcntl()
{
PyObject *m, *d;
{NULL, NULL} /* sentinel */
};
-void
+DL_EXPORT(void)
initfl()
{
Py_InitModule("fl", forms_methods);
}
}
-void initfpectl(void)
+DL_EXPORT(void) initfpectl(void)
{
PyObject *m, *d;
m = Py_InitModule("fpectl", fpectl_methods);
return a;
}
-void initfpetest(void)
+DL_EXPORT(void) initfpetest(void)
{
PyObject *m, *d;
{ 0, 0 },
};
-void
+DL_EXPORT(void)
initgdbm() {
PyObject *m, *d;
{NULL, NULL} /* sentinel */
};
-void
+DL_EXPORT(void)
initgrp()
{
Py_InitModule("grp", grp_methods);
};
-void
+DL_EXPORT(void)
initimageop()
{
PyObject *m, *d;
*) sed -e "
1i$NL/* Generated automatically from $config by makesetup. */
/MARKER 1/i$NL$EXTDECLS
+
/MARKER 2/i$NL$INITBITS
" $config >config.c
{NULL, NULL} /* sentinel */
};
-void
+DL_EXPORT(void)
initmath()
{
PyObject *m, *d, *v;
/* Initialize this module. */
-void
+DL_EXPORT(void)
initmd5()
{
PyObject *m, *d;
/* Initialize this module. */
-void
+DL_EXPORT(void)
initmpz()
{
PyObject *module;
\n\
You need to know a great deal about the interpreter to use this!";
-void
+DL_EXPORT(void)
initnew()
{
Py_InitModule4("new", new_methods, new_doc, (PyObject *)NULL,
/* Initialization function for the module (*must* be called initoperator) */
-void
+DL_EXPORT(void)
initoperator()
{
/* Create the module and add the functions */
};
-void
+DL_EXPORT(void)
initparser()
{
PyObject* module;
/* Initialization function for the module (*must* be called initpcre) */
-void
+DL_EXPORT(void)
initpcre()
{
PyObject *m, *d;
#endif
#endif
-void
+DL_EXPORT(void)
INITFUNC()
{
PyObject *m, *d, *v;
{NULL, NULL} /* sentinel */
};
-void
+DL_EXPORT(void)
initpwd()
{
Py_InitModule4("pwd", pwd_methods, pwd__doc__,
static char doc_module[] =
"Importing this module enables command line editing using GNU readline.";
-void
+DL_EXPORT(void)
initreadline()
{
PyObject *m;
{NULL, NULL} /* sentinel */
};
-void
+DL_EXPORT(void)
initregex()
{
PyObject *m, *d, *v;
};
-void
+DL_EXPORT(void)
initrgbimg()
{
PyObject *m, *d;
};
-void
+DL_EXPORT(void)
initrotor()
{
(void)Py_InitModule("rotor", rotor_methods);
*** IMPORTANT NOTICE ***\n\
On Windows, only sockets are supported; on Unix, all file descriptors.";
-void
+DL_EXPORT(void)
initselect()
{
PyObject *m, *d;
A signal handler function is called with two arguments:\n\
the first is the signal number, the second is the interrupted stack frame.";
-void
+DL_EXPORT(void)
initsignal()
{
PyObject *m, *d, *x;
\n\
(*) not available on all platforms!)";
-void
+DL_EXPORT(void)
#if defined(MS_WINDOWS) || defined(PYOS_OS2) || defined(__BEOS__)
init_socket()
#else
/* Register the method table.
*/
-void
+DL_EXPORT(void)
initsoundex()
{
(void) Py_InitModule4("soundex",
}
#endif /* macintosh */
-void
+DL_EXPORT(void)
initstdwin()
{
PyObject *m, *d;
};
-void
+DL_EXPORT(void)
initstrop()
{
PyObject *m, *d, *s;
/* Module initialization */
-void
+DL_EXPORT(void)
initstruct()
{
PyObject *m, *d;
/* Initialization function for the module */
-void
+DL_EXPORT(void)
initsyslog()
{
PyObject *m, *d;
{NULL, NULL}
};
-void
+DL_EXPORT(void)
PyInit_termios()
{
PyObject *m, *d;
unlock it. A thread attempting to lock a lock that it has already locked\n\
will block until another thread unlocks it. Deadlocks may ensue.";
-void
+DL_EXPORT(void)
initthread()
{
PyObject *m, *d;
";
-void
+DL_EXPORT(void)
inittime()
{
PyObject *m, *d;
};
-void inittiming()
+DL_EXPORT(void) inittiming()
{
(void)Py_InitModule("timing", timing_methods);
if (PyErr_Occurred())
/* Initialization function for the module (*must* be called initxx) */
-void
+DL_EXPORT(void)
initxx()
{
PyObject *m, *d;
"objects support decompress() and flush()."
;
-void
+DL_EXPORT(void)
PyInit_zlib()
{
PyObject *m, *d, *ver;