0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Mac/Python/macgetplatform.c
1996-07-10 15:48:25 +00:00

8 lines
45 B
C

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