Commit daf621ae authored by Rusty Russell's avatar Rusty Russell

endian: add documentation on endian typedefs.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 4c9a34ea
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment