mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Initial revision
This commit is contained in:
parent
37ba0bc50b
commit
667d704997
8 changed files with 1013 additions and 0 deletions
9
Python/getplatform.c
Normal file
9
Python/getplatform.c
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef PLATFORM
|
||||
#define PLATFORM "unknown"
|
||||
#endif
|
||||
|
||||
char *
|
||||
getplatform()
|
||||
{
|
||||
return PLATFORM;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue