SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 33 Python
1995-08-04 04:20:48 +00:00
#ifndef PLATFORM
#define PLATFORM "unknown"
#endif
char *
getplatform()
{
return PLATFORM;
}