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