mirror of
https://github.com/python/cpython.git
synced 2025-01-11 11:04:35 +08:00
12fce3eda9
macglue.c macgetplatform - factored out of config.c
8 lines
42 B
C
8 lines
42 B
C
|
|
char *
|
|
getplatform()
|
|
{
|
|
return "mac";
|
|
}
|
|
|