Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 288 Bytes

README.textile

File metadata and controls

7 lines (4 loc) · 288 Bytes

queue.h

Revised BSD’s queue.h.

Include samples on how to use data structures such as linked lists and tail queues provided by this nice Unix API called queue.h.

Kudos to the Berkeley University guys that originally wrote this header file back in the day, from behind the trenches.