Skip to content
Snippets Groups Projects
Commit df7a5d15 authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

Add env.h header

parent e2ffa6ed
No related branches found
No related tags found
No related merge requests found
......@@ -925,6 +925,9 @@ int env_array_overwrite(char ***array_ptr, const char *name,
return 1;
}
/*
* Copy env_array must be freed by env_array_free
*/
char **env_array_copy(const char **array)
{
char **ptr = NULL;
......
......@@ -74,6 +74,7 @@
#include "src/common/mpi.h"
#include "src/common/slurm_rlimits_info.h"
#include "src/common/plugstack.h"
#include "src/common/env.h"
#include "src/slaunch/opt.h"
#include "src/slaunch/sigstr.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment