0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
cpython/Mac/Include/macglue.h

3 lines
192 B
C
Raw Normal View History

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 */