]> git.ozlabs.org Git - ccan/blobdiff - ccan/cast/_info
io: update to use time_mono() for timers.
[ccan] / ccan / cast / _info
index d66e7091b42ccfc45a1d7c86c12b114f6b4b4d3a..b09e0344e49d6ee570e9b70dbbe98e75393d8847 100644 (file)
@@ -1,5 +1,6 @@
-#include <string.h>
 #include "config.h"
+#include <stdio.h>
+#include <string.h>
 
 /**
  * cast - routines for safer casting.
@@ -19,7 +20,7 @@
  * 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>