cctools
envtools.h
1 /*
2 Copyright (C) 2010- The University of Notre Dame
3 This software is distributed under the GNU General Public License.
4 See the file COPYING for details.
5 */
6 
7 #ifndef ENVTOOLS_H
8 #define ENVTOOLS_H
9 
10 int find_executable(const char *exe_name, const char *env_path_var, char *exe_path, int max_length);
11 
12 #endif