ref: 78b9c2b9f2dcc79a3d5dbfadfdea8c3e8cb1fa22 dir: /sys/src/cmd/python/Python/getplatform.c/
#include "Python.h" #ifndef PLATFORM #define PLATFORM "plan9" #endif const char * Py_GetPlatform(void) { return PLATFORM; }