Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
84d0bfcbe06a5d8e8a019e786e1302e71c8e2ca0
/
.
/
Mac
/
Python
/
macgetplatform.c
blob: a4542143bc2dcccfc69569b6c63cf6f2e2625537 [
file
] [
log
] [
blame
]
Jack Jansen
12fce3e
1995-08-14 12:31:44 +0000
[
diff
] [
blame
]
1
2
char
*
3
getplatform
()
4
{
5
return
"mac"
;
6
}
7