Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
e5eb5eb55e6db966779834ea3bf1018acc843531
/
.
/
Python
/
getplatform.c
blob: 01e683588f8ecce3ae16eceb9096da8c3ca65dfe [
file
] [
log
] [
blame
]
#ifndef
PLATFORM
#define
PLATFORM
"unknown"
#endif
char
*
getplatform
()
{
return
PLATFORM
;
}