cctools
envtools.h
1 /*
2 Copyright (C) 2019- 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 
20 int env_replace( const char *infile, const char *outfile );
21 
22 #endif