#include #include int main(int argc, char *argv[], char *envp[]) { for (; *envp; envp++) printf("%s\n", *envp); return EXIT_SUCCESS; }