Staging
v0.8.1
Raw File
macgetplatform.c

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

back to top