From 65ebbde37e36caeff0942fe8b5b6da2a9732fd97 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Fri, 13 May 2016 10:45:02 -0500 Subject: [PATCH] looking at tesuto now~ --- src/test0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5