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