osmo-e1-recorder/src/flip_bits.h

5 lines
90 B
C

#pragma once
void init_flip_bits(void);
uint8_t *flip_buf_bits(uint8_t * buf , int len);