mirror of
https://github.com/RPCS3/AppImageKit-checkrt.git
synced 2026-01-31 01:25:17 +01: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
|