Annotation of parser3/src/include/pa_exec.h, revision 1.3
1.1 paf 1: /** @file
2: Parser: program executing for different OS-es decls.
3:
4: Copyright (c) 2000,2001 ArtLebedev Group (http://www.artlebedev.com)
5: Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)
6:
1.3 ! parser 7: $Id: pa_exec.h,v 1.2 2001/05/17 10:22:24 parser Exp $
1.1 paf 8: */
9:
10: #ifndef PA_EXEC_H
11: #define PA_EXEC_H
12:
1.2 parser 13: #include "pa_config_includes.h"
1.1 paf 14: #include "pa_string.h"
15: #include "pa_hash.h"
16: #include "pa_array.h"
17:
18: /// @return exit code
19: int pa_exec(const String& file_spec,
20: const Hash *env, ///< 0 | Hash of String
21: const Array *argv, ///< 0 | Array of command line arguments
22: const String& in, String& out, String& err);
23:
24: #endif
E-mail: