Staging
v0.5.1
https://github.com/python/cpython
Revision 6d3d339d21aa303f3cb4df13d466a9db36656f49 authored by Neal Norwitz on 13 June 2006, 08:41:06 UTC, committed by Neal Norwitz on 13 June 2006, 08:41:06 UTC
1 parent de4c78a
Raw File
Tip revision: 6d3d339d21aa303f3cb4df13d466a9db36656f49 authored by Neal Norwitz on 13 June 2006, 08:41:06 UTC
Verify the crash due to EncodingMap not initialized does not return
Tip revision: 6d3d339
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