howerj / fifo

A simple FIFO written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FIFO

This is a small FIFO written in C. This library might evolve to contain other simple data structures (hashes, linked lists, etcetera) that come in useful.

API DOCUMENTATION

just read the code.

About

A simple FIFO written in C

License:The Unlicense


Languages

Language:C 95.3%Language:Makefile 4.7%