AppImageKit-checkrt/env.h
2018-01-12 23:14:39 +01:00

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