]> git.ozlabs.org Git - ccan/blobdiff - ccan/array_size/_info
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / array_size / _info
index 0ecb45dfafea5d511aa48344263adb71e14c2f2b..69570f34c8dd73cf86473ce6430a91a840c9c6fc 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * array_size - routine for safely deriving the size of a visible array.
@@ -12,7 +12,7 @@
  * macro or constant.
  *
  * Example:
- *     // Outputs "Initialized 32 values"
+ *     // Outputs "Initialized 32 values\n"
  *     #include <ccan/array_size/array_size.h>
  *     #include <stdlib.h>
  *     #include <stdio.h>
@@ -29,7 +29,7 @@
  *             return 0;
  *     }
  *
- * License: Public domain
+ * License: CC0 (Public domain)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])