#include #include int main(void) { char *value = getenv("PATH"); printf("Environment variable 'PATH' has value '%s'\n", value); return 0; }