#include #include int main() { printf("PATH=%s", getenv("PATH")); return 0; }