python-2.7.11/Include/sysmodule.h Source File
Go to the documentation of this file.
19 PyAPI_FUNC(
void) PySys_WriteStderr(const
char *format, ...)
26 PyAPI_FUNC(
size_t) _PySys_GetSizeOf(PyObject *);
Py_GCC_ATTRIBUTE((format(printf, 1, 2)))
PyAPI_FUNC(PyObject *) PySys_GetObject(char *)