#include "gm_internal.h"Functions | |
| GM_ENTRY_POINT unsigned long | gm_crc (void *_ptr, gm_size_t len) |
| GM_ENTRY_POINT unsigned long | gm_crc_str (const char *ptr) |
|
||||||||||||
|
gm_crc() computes a CRC-32 of the indicated range of memory.
|
|
|
gm_crc_str() computes a CRC-32 for the indicated string.
|
1.4.4