# ringbuffer **Repository Path**: Genicre_wang/ringbuffer ## Basic Information - **Project Name**: ringbuffer - **Description**: 这是一个环形缓冲区的函数库,你可以添加到你的项目中,然后使用库中的函数来编写你的代码 - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2022-06-03 - **Last Updated**: 2026-02-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Overview This is a circular buffer function library that you can add to your project, and then use the functions in the library to write your code 1 can apply Any type and Custom Length the ring buffer, by default, can apply for a maximum of 10 buffers; 2 Write data When the buffer is full, you can choose to Whether to overwrite The earliest data; 3 Easy to use, no configuration required , just need to include the header file and source file; Getting started 1 Copy\ Under RingBuffer ringbuffer.c and ringbuffer.h File to your project 2 Reference unit_test.c , write code in your project