Skip to content

C ring / circular buffer implementation

License

Notifications You must be signed in to change notification settings

fabvalaaah/ringbuffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ringbuffer

C ring / circular buffer implementation.

This is a C NetBeans project, compiled with GCC 5.4.0 and tested with Ubuntu Linux 16.04.5 LTS x64. No leak detected using Valgrind.

This piece of software is a classic implementation of a ring buffer structure following this description https://en.wikipedia.org/wiki/Circular_buffer and holding bytes as elements.

Usage example: "./ringbuffer".

DONATION: As I share these sources for commercial use too, maybe you could consider sending me a reward (even a tiny one) to my Ethereum wallet at the address 0x1fEaa1E88203cc13ffE9BAe434385350bBf10868 If so, I would be forever grateful to you and motivated to keep up the good work for sure :oD Thanks in advance !

FEEDBACK: You like my work? It helps you? You plan to use/reuse/transform it? You have suggestions or questions about it? Just want to say "hi"? Let me know your feedbacks by mail to the address [email protected]

DISCLAIMER: I am not responsible in any way of any consequence of the usage of this piece of software. You are warned, use it at your own risks.