mirror of
https://github.com/yuzu-emu/AppImageKit-checkrt.git
synced 2025-03-25 23:25:09 +00:00
10 lines
123 B
C
10 lines
123 B
C
|
#ifndef ENV_H
|
||
|
#define END_H
|
||
|
|
||
|
#include <unistd.h>
|
||
|
|
||
|
char* const* read_parent_env();
|
||
|
void env_free(char* const *env);
|
||
|
|
||
|
#endif
|