]> git.ozlabs.org Git - ccan/blobdiff - ccan/crc/_info
ccanlint: enhance and streamline "output" testing lines.
[ccan] / ccan / crc / _info
index 7812f212d445a1683dd042c632091209d64f3682..8a47db969fbe9d5804273696cca3db64ef9fa363 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #include <string.h>
 #include <stdio.h>
 
@@ -15,6 +16,7 @@
  *     #include <stdio.h>
  *     #include <stdlib.h>
  *
+ *     // Given "IHATEMATH" outputs 0x98a3b8df
  *     int main(int argc, char *argv[])
  *     {
  *             if (argc != 2) {
@@ -26,7 +28,7 @@
  *             exit(0);
  *     }
  *
- * Licence: GPL (v2 or any later version)
+ * License: GPL (v2 or any later version)
  * Author: Gary S. Brown, Clay Haapala
  * Maintainer: Rusty Russell <rusty@rustcorp.com.au>
  */