Skip to content

Instantly share code, notes, and snippets.

@fortheday
Created January 27, 2018 05:14
Show Gist options
  • Save fortheday/7731e81a5c62cebaa262d4adfdd71781 to your computer and use it in GitHub Desktop.
Save fortheday/7731e81a5c62cebaa262d4adfdd71781 to your computer and use it in GitHub Desktop.
int main(int argc, char * const argv[], char * const envp[])
{
while (*envp)
cout << *(envp++) << endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment