]> git.ozlabs.org Git - ccan/blobdiff - ccan/take/_info
ccanlint: enhance and streamline "output" testing lines.
[ccan] / ccan / take / _info
index 34b0886102c8e835cb0649a1fc378559f20db3de..693824664802aebdeef970c4de29f23fb4fc0efb 100644 (file)
@@ -1,5 +1,6 @@
-#include <string.h>
 #include "config.h"
+#include <stdio.h>
+#include <string.h>
 
 /**
  * take - routines to mark pointers to be consumed by called functions.
@@ -12,7 +13,7 @@
  * License: CC0 (Public domain)
  *
  * Example:
- *     // Given foo/bar.c outputs basename is bar.c
+ *     // Given "foo/bar.c" outputs basename is bar.c
  *     #include <ccan/take/take.h>
  *     #include <string.h>
  *