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