| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/python/cpython/3.14/Python/getplatform.c | [Back] [Original] |
#include "Python.h"
#ifndef PLATFORM
#define PLATFORM "unknown"
#endif
const char *
Py_GetPlatform(void)
{
return PLATFORM;
}
| Web Proxy Viewer | New URL | Original Page |