programs/C0.c
changeset 112 0711775cb6b0
parent 111 677179c76e35
--- a/programs/C0.c	Tue Oct 08 02:22:53 2013 +0100
+++ b/programs/C0.c	Tue Oct 08 05:53:21 2013 +0100
@@ -17,7 +17,7 @@
 int main (int argc, char **argv)
 {
   foo("my string is too long !!!!! ");                  // all is normal
-  foo("my string is too long !!!!! \x10\x10\xc0\x42");  // overwrites my_float
+  //foo("my string is too long !!!!! \x10\x10\xc0\x42");  // overwrites my_float
   return 0;
 }