AppImageKit-checkrt/env.h

10 lines
123 B
C
Raw Normal View History

#ifndef ENV_H
#define END_H
#include <unistd.h>
char* const* read_parent_env();
void env_free(char* const *env);
#endif