]> git.ozlabs.org Git - ccan/blobdiff - ccan/cast/_info
Remove duplicate const qualifier
[ccan] / ccan / cast / _info
index 2dd9b208488bf5622826e3a4310062e346b489dc..b09e0344e49d6ee570e9b70dbbe98e75393d8847 100644 (file)
@@ -1,5 +1,6 @@
-#include <string.h>
 #include "config.h"
+#include <stdio.h>
+#include <string.h>
 
 /**
  * cast - routines for safer casting.
  *
  * Author: Jan Engelhardt
  * Maintainer: Rusty Russell <rusty@rustcorp.com.au>
- * License: LGPL
+ * License: LGPL (v2.1 or any later version)
  *
  * Example:
- *     // Given "test" contains "3 t's in 'test string'
+ *     // Given "test" output contains "3 t's in 'test string'"
  *     #include <ccan/cast/cast.h>
  *     #include <stdint.h>
  *     #include <stdio.h>