]> git.ozlabs.org Git - ccan/blobdiff - ccan/endian/_info
endian: add documentation on endian typedefs.
[ccan] / ccan / endian / _info
index 753afa7865e37f58b79b2c6c48d7fd9a834c598a..a71b9ae7222e5abf3c921784e093bac2b7cfdaf4 100644 (file)
@@ -15,6 +15,8 @@
  * order (almost everyone else).
  *
  * 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:
  *     #include <stdio.h>