ringbuffers

A ringbuffer data structure function for C
Download

ringbuffers Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Torsten Rupp

ringbuffers Tags


ringbuffers Description

ringbuffers is an open source C library that implements ringbuffer data structures functionality in C. It features functions to delete, create, get, put and move data, as well as direct access of ringbuffer data for peculiar purposes. To compile this library, execute the following commands: gcc -c ringbuffers.c -DHAVE_LONG_LONG gcc -c lists.c gcc -c global.c gcc -c ringbuffers_demo.c gcc -o ringbuffers_demo ringbuffers_demo.o ringbuffers.o lists.o global.o -lpthread Product's homepage


ringbuffers Related Software