Skip to content

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.