Staging
v0.5.1
https://github.com/python/cpython
Revision 2d735bc09876e8216bf6708bb598923e07a2ac4b authored by Benjamin Peterson on 19 August 2008, 20:57:10 UTC, committed by Benjamin Peterson on 19 August 2008, 20:57:10 UTC
1 parent de0de88
Raw File
Tip revision: 2d735bc09876e8216bf6708bb598923e07a2ac4b authored by Benjamin Peterson on 19 August 2008, 20:57:10 UTC
allow keyword args after *args in a function call
Tip revision: 2d735bc
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