projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c9a34e
)
endian: add documentation on endian typedefs.
author
Rusty Russell
<rusty@rustcorp.com.au>
Sun, 8 Sep 2013 04:13:05 +0000
(13:43 +0930)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Sun, 8 Sep 2013 04:13:05 +0000
(13:43 +0930)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/endian/_info
patch
|
blob
|
history
diff --git
a/ccan/endian/_info
b/ccan/endian/_info
index 753afa7865e37f58b79b2c6c48d7fd9a834c598a..a71b9ae7222e5abf3c921784e093bac2b7cfdaf4 100644
(file)
--- a/
ccan/endian/_info
+++ b/
ccan/endian/_info
@@
-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>