Skip to content

ezag/ringbuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libringbuf

Description

Small and simple C library implementing byte circular (aka ring) buffer.

Requirements

  • CMake 2.8.8
  • GCC 4.7.1
  • GLib 2.32.4 (optional, for unit tests)

Different versions haven't been tested but might work as well.

Installation

cmake -DCMAKE_INSTALL_PREFIX=/usr/local .
make
make install

Documentation

See ringbuf.h for reference, function names are self-describing (I hope so).

Contacts

See project page.

About

Circular (ring) byte buffer implementation in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages