/** ********************************************************************* * * @file cir_buf.h * @brief Circular buffer header file * * @date 2024-04-21 18:36:52 * @author CT * * @details Provides an interface for creating and interacting with circular * buffers. * ************************************************************************* **/ #ifndef _CIR_BUF_H_ #define _CIR_BUF_H_ #endif /* _CIR_BUF_H_ */