RS41ng/src/codecs/cats/crc.h

10 wiersze
143 B
C

#ifndef __CATS_CRC_H
#define __CATS_CRC_H
#include <stdint.h>
#include <stddef.h>
size_t cats_append_crc(uint8_t *data, size_t len);
#endif