1 /* exec.h: 2 * 3 **************************************************************** 4 * Copyright (C) 2003 Tom Lord 5 * 6 * See the file "COPYING" for further information about 7 * the copyright and warranty status of this work. 8 */ 9 10 #ifndef INCLUDE__LIBARCH__EXEC_H 11 #define INCLUDE__LIBARCH__EXEC_H 12 13 14 #include "hackerlab/machine/types.h" 15 16 17 /* automatically generated __STDC__ prototypes */ 18 extern int arch_util_execvp (t_uchar * prog, t_uchar ** argv); 19 #endif /* INCLUDE__LIBARCH__EXEC_H */ 20 21 22 /* tag: Tom Lord Sat Jan 5 15:26:10 2002 (exec.h) 23 */ 24