SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72137 0 45 Python
#include "Python.h"
1995-08-04 04:20:48 +00:00
#ifndef PLATFORM
#define PLATFORM "unknown"
#endif
1997-07-19 19:48:41 +00:00
const char *
Py_GetPlatform(void)
1995-08-04 04:20:48 +00:00
{
return PLATFORM;
}