]> git.ozlabs.org Git - ccan/blobdiff - ccan/tcon/_info
Travis: do make in parallel to test if that gives slight speedup.
[ccan] / ccan / tcon / _info
index 895da9e1c1c32009c1f892c0e4a95fef2ad98d6d..f6a6f0f9e28b2306db1116b8bdefbfc588787809 100644 (file)
@@ -1,4 +1,5 @@
 #include "config.h"
+#include <stdio.h>
 #include <string.h>
 
 /**
@@ -53,8 +54,8 @@
  *                    container_get(&sc), *container_get(&ic) - 1);
  *             return 0;
  *     }
- *     // Given "foo" outputs "Last arg is foo of 1 arguments"
- *     // Given "foo bar" outputs "Last arg is bar of 2 arguments"
+ *     // Given "foo" outputs "Last arg is foo of 1 arguments\n"
+ *     // Given "foo bar" outputs "Last arg is bar of 2 arguments\n"
  *
  * License: CC0 (Public domain)
  *