This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
30695fa3cd
cpython
/
Mac
/
Python
/
macgetplatform.c
8 lines
45 B
C
Raw
Normal View
History
Unescape
Escape
macgetpath - sys.path setting code factored out of config.c and macglue.c macgetplatform - factored out of config.c
1995-08-14 09:31:44 -03:00
char
*
Old names changed to Py_GetCopyright, etc.
1996-07-10 12:48:25 -03:00
Py_GetPlatform
(
)
macgetpath - sys.path setting code factored out of config.c and macglue.c macgetplatform - factored out of config.c
1995-08-14 09:31:44 -03:00
{
return
"
mac
"
;
}