File:  [parser3project] / parser3 / src / include / pa_exec.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Apr 9 16:04:47 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
CVS tags: HEAD
all targets exec

/** @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://design.ru/paf)

	$Id: pa_exec.h,v 1.1 2001/04/09 16:04:47 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: