mirror of
https://github.com/minio/minio.git
synced 2025-01-03 19:13:22 -05:00
4 lines
88 B
C
4 lines
88 B
C
|
#include <stdint.h>
|
||
|
|
||
|
uint32_t crc32c_pcl(uint8_t *buf, int32_t len, uint32_t prev_crc);
|