X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fmaptest0.c;h=d3b39b4b6895495fd242fb59a1c7e4798976f5d8;hb=04099992453279d1870b4d209da4ee2eda4259a3;hp=16e2159c5d02455868aa78326b2ef542529f32dc;hpb=b21afb2cbd511a180f19a398094559d1e8be00b5;p=16.git diff --git a/src/maptest0.c b/src/maptest0.c index 16e2159c..d3b39b4b 100644 --- a/src/maptest0.c +++ b/src/maptest0.c @@ -32,6 +32,7 @@ main(int argc, char *argv[]) } fprintf(stdout, "\n"); #endif + fprintf(stdout, "&main()=%Fp\n", *argv[0]); fprintf(stdout, "&map==%Fp\n", &map); fprintf(stdout, "&map.tiles==%Fp\n", map.tiles); fprintf(stdout, "&map.width==%Fp\n", map.width);