FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cpython/Mac/PythonLauncher/main.m at pythoncapi · pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cpython
/
Mac
/
PythonLauncher
/
main.m
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (15 loc) · 340 Bytes
Breadcrumbs
cpython
/
Mac
/
PythonLauncher
/
main.m
Copy path
File metadata and controls
17 lines (15 loc) · 340 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//
main.m
//
PythonLauncher
//
//
Created by Jack Jansen on Fri Jul 19 2002.
//
Copyright (c) 2002 __MyCompanyName__. All rights reserved.
//
#
import
<
Cocoa/Cocoa.h
>
#
include
<
unistd.h
>
int
main
(
int
argc,
const
char
*argv[])
{
char
*home =
getenv
(
"
HOME
"
);
if
(home)
chdir
(home);
return
NSApplicationMain
(argc, argv);
}
Back
|
FazBrowse Home
|
New Git URL