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