Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Latest commit

 

History

History

CircularBuffer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Circular Buffer


A fixed data structure written in c with generic items to hold. The structure is usefull in cases when structures are rather big and/or need to ensure they don't get too big.