summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macgetplatform.c
blob: a4542143bc2dcccfc69569b6c63cf6f2e2625537 (plain)
1
2
3
4
5
6
7

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