Current Path : /proc/3215834/root/usr/src/Python-3.12.7/Python/ |
Current File : //proc/3215834/root/usr/src/Python-3.12.7/Python/getplatform.c |
#include "Python.h" #ifndef PLATFORM #define PLATFORM "unknown" #endif const char * Py_GetPlatform(void) { return PLATFORM; }