2025-12-17 09:32:44 -08:00

6 lines
100 B
C

#pragma once
#include "common/types.h"
uint16 CRC16(const unsigned char *buf, int size, int key);