Guest User

Untitled

a guest
Jul 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #include <stdio.h>
  2. int main (int argc, char *argv[], char *envp[]) {
  3. int i = 0;
  4. while (envp[i] != NULL)
  5. printf ("[%s]n", envp[i++]);
  6. return 0;
  7. }
  8.  
  9. Content-Type: application/wonderful_app_by_pax
  10. Content-Length: 314159
Add Comment
Please, Sign In to add comment