]> git.ozlabs.org Git - ccan/blobdiff - ccan/array_size/_info
gitify the tree, especially the web makefile.
[ccan] / ccan / array_size / _info
index 794ba785913790275b38b24470134b62323e05b1..63b6b50e40f85bf7217c0dd39e29d0f9cb821905 100644 (file)
  *     // We currently use 32 random values.
  *     static unsigned int vals[32];
  *
- *     void init_values(void)
+ *     static void init_values(void)
  *     {
  *             unsigned int i;
  *             for (i = 0; i < ARRAY_SIZE(vals); i++)
  *                     vals[i] = random();
  *     }
  *
- * Licence: LGPL (2 or any later version)
+ * License: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {