C<<1 va_list based print and echo commands finaly work
[svn/Cll1h/.git] / demos / repeat.c
index 7e8622e467de9fec17293d463b0d7c8fa2b321d2..70a5abec589542579a09ed499b210ff15ea3e6a8 100644 (file)
@@ -4,7 +4,7 @@ program
 {
  repeat(2)
  {
-  printf("Tohle cele delam 2x:\n");
-  repeat(3) printf("Tohle delam 3x...\n");
+  print("Tohle cele delam 2x:");
+  repeat(3) print("Tohle delam 3x...");
  }
 }
This page took 0.267402 seconds and 4 git commands to generate.