Staging
v0.5.1
https://github.com/python/cpython
Revision de2b00e911e606741e2b0f2d568a187552f49631 authored by Georg Brandl on 05 May 2008, 21:04:12 UTC, committed by Georg Brandl on 05 May 2008, 21:04:12 UTC
1 parent 1a9f900
Raw File
Tip revision: de2b00e911e606741e2b0f2d568a187552f49631 authored by Georg Brandl on 05 May 2008, 21:04:12 UTC
Clarify map() behavior.
Tip revision: de2b00e
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