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