This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
cpython
mirror of
https://github.com/python/cpython.git
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
02dee9b1a9
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 12:31:44 +00:00
char
*
Old names changed to Py_GetCopyright, etc.
1996-07-10 15:48:25 +00: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 12:31:44 +00:00
{
return
"
mac
"
;
}