This website requires JavaScript.
Explore
Help
Sign In
1berry
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
Code
Issues
Packages
Projects
Releases
Wiki
Activity
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
"
;
}
Reference in New Issue
Copy Permalink