00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #include <stdlib.h>
00014 #include <stdio.h>
00015 #include <unistd.h>
00016 #include <string.h>
00017
00018 #include <errno.h>
00019
00020 extern char** environ;
00021
00022 void update_env_var(const char* name, const int verbose, char* argv[], const int argc);
00023 void boot_sst_configure_env(const int verbose, char* argv[], const int argc);
00024 void boot_sst_executable(const char* binary, const int verbose, char* argv[], const int argc);