#include int main(int argc, char** argv, char** env) { for (char** ep = env; *ep; ++ep) { puts(*ep); } }