From: sparky4 Date: Thu, 4 Jun 2015 23:50:46 +0000 (-0500) Subject: ah~ X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=123a981b5f43f13b3f0d908005d74543991bf296;p=16.git ah~ modified: 16/dongs.c modified: 16/dongs.exe --- diff --git a/16/dongs.c b/16/dongs.c index d989bdee..e6f19df4 100644 --- a/16/dongs.c +++ b/16/dongs.c @@ -21,5 +21,7 @@ void main(int argc, char *argv[]) { long huge dongs[1337]; - fprintf(stdout, "%d\n", sizeof(dongs)); + fprintf(stdout, "argv[0]=%Fp\n", argv[0]); + fprintf(stdout, "dongs=%Fp\n", dongs[0]); + //fprintf(stdout, "%d\n", sizeof(dongs)); } diff --git a/16/dongs.exe b/16/dongs.exe index 12bdfd35..9d02dec3 100644 Binary files a/16/dongs.exe and b/16/dongs.exe differ