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