Sam Grove / checksum

Files at this revision

API Documentation at this revision

Comitter:
sam_grove
Date:
Thu Mar 07 20:59:49 2013 +0000
Parent:
0:39b5762958a4
Commit message:
More documentation updates

Changed in this revision

checksum.h Show annotated file Show diff for this revision Revisions of this file
--- a/checksum.h	Thu Mar 07 20:55:29 2013 +0000
+++ b/checksum.h	Thu Mar 07 20:59:49 2013 +0000
@@ -19,6 +19,11 @@
  * limitations under the License.
  */
  
+#ifndef CHECKSUM_H
+#define CHECKSUM_H
+
+#include <stdint.h>
+ 
 /** Helpers for working data streams
  *
  * Example:
@@ -56,11 +61,6 @@
  *  }
  * @endcode
  */
- 
-#ifndef CHECKSUM_H
-#define CHECKSUM_H
-
-#include <stdint.h>
 
 /** Calculate the checksum of a data stream
  *  Assumes the checksum is in the last position, 8-bits and 0 - the sum of data