From: sparky4 Date: Fri, 13 May 2016 15:45:02 +0000 (-0500) Subject: looking at tesuto now~ X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=65ebbde37e36caeff0942fe8b5b6da2a9732fd97;p=16.git looking at tesuto now~ --- diff --git a/src/test0.c b/src/test0.c index 802f328e..35d2c8d2 100755 --- a/src/test0.c +++ b/src/test0.c @@ -32,6 +32,6 @@ void main() baka(z); pee(z); printf("&w=%Fp\n", &w); - printf("z=%Fp\n", z); + printf("&z=%Fp\n", &z); printf("*z=%Fp\n", *z); }