Staging
v0.8.1
https://github.com/python/cpython
Revision ecbb68f2cce8d9a6dda564f148122f8ad193433f authored by Barry Warsaw on 07 April 2009, 15:17:20 UTC, committed by Barry Warsaw on 07 April 2009, 15:17:20 UTC
1 parent aa0af78
Raw File
Tip revision: ecbb68f2cce8d9a6dda564f148122f8ad193433f authored by Barry Warsaw on 07 April 2009, 15:17:20 UTC
Retagging.
Tip revision: ecbb68f
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