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