projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
alignof, array_size, crc: provide comments to allow testing examples.
[ccan]
/
ccan
/
crc
/
_info
diff --git
a/ccan/crc/_info
b/ccan/crc/_info
index 295195c4ef0d82b8afcc791bc36c318ef8248361..3511b8e2dcc4a16f76ba41bd9614585776ac7551 100644
(file)
--- a/
ccan/crc/_info
+++ b/
ccan/crc/_info
@@
-15,6
+15,7
@@
* #include <stdio.h>
* #include <stdlib.h>
*
+ * // Given IHATEMATH outputs 0x98a3b8df
* int main(int argc, char *argv[])
* {
* if (argc != 2) {