/* ============================================================================= bitrev.c -- external declarations ============================================================================= */ #pragma once #include "stdint.h" /* ============================================================================= external functions ============================================================================= */ extern uint16_t bitrev(uint16_t bitsin, int16_t nbits);