Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / grading / lib / cksum.h
diff --git a/grading/lib/cksum.h b/grading/lib/cksum.h
deleted file mode 100644 (file)
index 79b7c42..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef CKSUM_H
-#define CKSUM_H
-
-#include <stddef.h>
-
-unsigned long cksum(const unsigned char *b, size_t n);
-
-#endif /* cksum.h */