Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
5bd85d93c4808935eb3cc3490a0d080e7e727ab7
/
.
/
Mac
/
Python
/
macgetplatform.c
blob: 4442ea249f7049bdc439dec153c756d68127026b [
file
] [
log
] [
blame
]
char
*
Py_GetPlatform
()
{
return
"mac"
;
}