Staging
v0.5.1
https://github.com/python/cpython
Revision b0516c2fe0feae6917f82e72f562ebd504cbfaf9 authored by Barry Warsaw on 20 February 2012, 19:44:26 UTC, committed by Barry Warsaw on 20 February 2012, 19:44:26 UTC
2 parent s bb42f5e + f5a5beb
Raw File
Tip revision: b0516c2fe0feae6917f82e72f562ebd504cbfaf9 authored by Barry Warsaw on 20 February 2012, 19:44:26 UTC
null merge from 2.6
Tip revision: b0516c2
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