cpython/Mac/Python/macgetplatform.c

8 lines
45 B
C

char *
Py_GetPlatform()
{
return "mac";
}