progs/C0.c
changeset 400 f05368d007dd
parent 394 ea1ee786d5a7
child 467 da4896f201b5
--- a/progs/C0.c	Wed Oct 07 18:03:32 2015 +0100
+++ b/progs/C0.c	Thu Oct 08 12:08:10 2015 +0100
@@ -13,7 +13,6 @@
  
 int main (int argc, char **argv)
 {
-  foo("my string is too long !!!!!");    
-  //foo("my string is too long !!!!! \x15\xcd\x5d\x07"); 
+  foo("my string is too long !!!!! ");    
   return 0;
 }