Staging
v0.5.1
https://github.com/python/cpython
Revision 72c71956cade606bd5500cf76d4d7c1d50a7ccae authored by Miss Islington (bot) on 06 December 2018, 21:30:13 UTC, committed by GitHub on 06 December 2018, 21:30:13 UTC
(cherry picked from commit c9566b8c454120e3d0ddb5ab970f262a6cd80077)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
1 parent f913d44
Raw File
Tip revision: 72c71956cade606bd5500cf76d4d7c1d50a7ccae authored by Miss Islington (bot) on 06 December 2018, 21:30:13 UTC
Add missing period in distutils.dep_util.newer_group doc (GH-11003)
Tip revision: 72c7195
doscript.h
/*
 *  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);
back to top