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