6 lines
85 B
C
6 lines
85 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
uint32_t utils_file_crc32c(const char *filePath);
|