00001 /* 00002 Copyright (C) 2010- The University of Notre Dame 00003 This software is distributed under the GNU General Public License. 00004 See the file COPYING for details. 00005 */ 00006 00007 #ifndef ENVTOOLS_H 00008 #define ENVTOOLS_H 00009 00010 int find_executable(const char *exe_name, const char *env_path_var, char *exe_path, int max_length); 00011 00012 #endif