mirror of
https://github.com/python/cpython.git
synced 2025-09-18 06:30:38 +00:00
Move Mac/OSX/PythonLauncher one level up
This commit is contained in:
parent
8ec9f866c0
commit
c629be8a1e
24 changed files with 1372 additions and 0 deletions
12
Mac/PythonLauncher/doscript.h
Normal file
12
Mac/PythonLauncher/doscript.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
* doscript.h
|
||||
* PythonLauncher
|
||||
*
|
||||
* Created by Jack Jansen on Wed Jul 31 2002.
|
||||
* Copyright (c) 2002 __MyCompanyName__. All rights reserved.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <Carbon/Carbon.h>
|
||||
|
||||
extern int doscript(const char *command);
|
Loading…
Add table
Add a link
Reference in a new issue