projects
/
pintos-anon
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
- add localsettings.texi which contains Stanford-local macros and variables
[pintos-anon]
/
src
/
tests
/
cksum.h
1
#ifndef TESTS_CKSUM_H
2
#define TESTS_CKSUM_H
3
4
#include <stddef.h>
5
6
unsigned long cksum(const void *, size_t);
7
8
#endif /* tests/cksum.h */