mirror of
https://github.com/python/cpython.git
synced 2024-11-28 08:20:55 +01:00
4 lines
204 B
C
4 lines
204 B
C
char *macstrerror Py_PROTO((int)); /* strerror with mac errors */
|
|
PyObject *PyErr_Mac Py_PROTO((PyObject *, int)); /* Exception with a mac error */
|
|
int PyMac_Idle Py_PROTO((void)); /* Idle routine */
|