PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
Go to the source code of this file.
Functions | |
unsigned long | cksum (const void *b_, size_t n) |
This is the algorithm used by the Posix ‘cksum’ utility. More... | |
Variables | |
static unsigned long | crctab [] |
crctab[] and cksum() are from the ‘cksum’ entry in SUSv3. More... | |
unsigned long cksum | ( | const void * | b_, |
size_t | n | ||
) |
This is the algorithm used by the Posix ‘cksum’ utility.
Definition at line 63 of file cksum.c.
Referenced by test_main().