cpython/Mac/Python/macgetplatform.c
1996-07-10 15:48:25 +00:00

7 lines
45 B
C

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