PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
#include <stddef.h>
Go to the source code of this file.
Functions | |
unsigned long | cksum (const void *, size_t) |
tests/cksum.h More... | |
unsigned long cksum | ( | const void * | b_, |
size_t | n | ||
) |
Definition at line 63 of file cksum.c.
Referenced by test_main().