RS41ng/src/codecs/cats/interleaver.h

10 wiersze
171 B
C

#ifndef __CATS_INTERLEAVER_H
#define __CATS_INTERLEAVER_H
#include <stdint.h>
#include <stddef.h>
void cats_interleave(uint8_t *dest, uint8_t *src, size_t len);
#endif