1 2 3 4 5
#include <stdio.h> int main(int argc, char **argv, char **envp) { printf("*%p*\n", envp); return 0; }