Browse Source

endian: add documentation on endian typedefs.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell 12 years ago
parent
commit
daf621aec8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ccan/endian/_info

+ 2 - 0
ccan/endian/_info

@@ -15,6 +15,8 @@
  * order (almost everyone else).
  * order (almost everyone else).
  *
  *
  * This module provides conversion routines, inspired by the linux kernel.
  * This module provides conversion routines, inspired by the linux kernel.
+ * It also provides leint32_t, beint32_t etc typedefs, which are annotated for
+ * the sparse checker.
  *
  *
  * Example:
  * Example:
  *	#include <stdio.h>
  *	#include <stdio.h>