2025-12-26 20:58:07 -08:00

6 lines
100 B
C

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