Changeset 388 for python/vendor/current/Include/sysmodule.h
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Include/sysmodule.h
r2 r388 12 12 PyAPI_FUNC(FILE *) PySys_GetFile(char *, FILE *); 13 13 PyAPI_FUNC(void) PySys_SetArgv(int, char **); 14 PyAPI_FUNC(void) PySys_SetArgvEx(int, char **, int); 14 15 PyAPI_FUNC(void) PySys_SetPath(char *); 15 16 … … 18 19 PyAPI_FUNC(void) PySys_WriteStderr(const char *format, ...) 19 20 Py_GCC_ATTRIBUTE((format(printf, 1, 2))); 20 21 PyAPI_DATA(PyObject *) _PySys_TraceFunc, *_PySys_ProfileFunc;22 PyAPI_DATA(int) _PySys_CheckInterval;23 21 24 22 PyAPI_FUNC(void) PySys_ResetWarnOptions(void);
Note:
See TracChangeset
for help on using the changeset viewer.