cpython/Python/getplatform.c


#include "Python.h"

#ifndef PLATFORM
#define PLATFORM
#endif

const char *
Py_GetPlatform(void)
{}