mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
3 lines
204 B
C
3 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 */
|