File:  [parser3project] / parser3 / src / include / pa_exec.h
Revision 1.5: download - view: text, annotated - select for diffs - revision graph
Sat Dec 15 21:28:19 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
CVS tags: HEAD
introducing Charset

/** @file
	Parser: program executing for different OS-es decls.

	Copyright (c) 2000,2001 ArtLebedev Group (http://www.artlebedev.com)
	Author: Alexander Petrosyan <paf@design.ru> (http://paf.design.ru)

	$Id: pa_exec.h,v 1.5 2001/12/15 21:28:19 paf Exp $
*/

#ifndef PA_EXEC_H
#define PA_EXEC_H

#include "pa_string.h"
#include "pa_hash.h"
#include "pa_array.h"

/// @return exit code
int pa_exec(const String& file_spec, 
			const Hash *env, ///< 0 | Hash of String
			const Array *argv, ///< 0 | Array of command line arguments
			const String& in, String& out, String& err);

#endif

E-mail: