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