RS41ng/src/codecs/cats/whiten.h

10 wiersze
144 B
C

#ifndef __CATS_WHITEN_H
#define __CATS_WHITEN_H
#include <stddef.h>
#include <stdint.h>
void cats_whiten(uint8_t *data, uint8_t len);
#endif