mirror of
https://git.suyu.dev/suyu/AppImageKit-checkrt.git
synced 2025-12-21 21:26:06 +01:00
Restore environment from parent for external processes
This commit is contained in:
parent
5f97d55211
commit
6059df77c3
7 changed files with 280 additions and 292 deletions
9
env.h
Executable file
9
env.h
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef ENV_H
|
||||
#define END_H
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
char* const* read_parent_env();
|
||||
void env_free(char* const *env);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue