]> git.ozlabs.org Git - ccan/blobdiff - ccan/btree/_info
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / btree / _info
index f5dbd25bffd610f81879e0e1b0df38bb5ded2194..7a69ed910243e5bead2fb60109a326383607abd2 100644 (file)
@@ -1,5 +1,6 @@
-#include <string.h>
 #include "config.h"
+#include <stdio.h>
+#include <string.h>
 
 /**
  * btree - Efficient sorted associative container based on B-trees.
  *     return str;
  * }
  *
- * Author: Joey Adams
- * Version: 0.1.0
- * License: BSD
+ * Author: Joey Adams <joeyadams3.14159@gmail.com>
+ * License: MIT
+ * Version: 0.2
  */
 int main(int argc, char *argv[])
 {