8 lines
127 B
C
8 lines
127 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
uint32_t utils_file_crc32c(const char *filePath);
|
|
|
|
char utils_env_enabled(const char *env);
|