1 2 3 4 5 6
#ifndef ENV_H #define ENV_H char* getenv_default(const char* name, char* default_val); #endif