Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 627 Bytes

README.mkd

File metadata and controls

22 lines (14 loc) · 627 Bytes

Generic C Queue for Embedded Systems

This library is an implementation of a queue in C that can support arbirtary element types.

The queue functions are defined using macros in order to support this. It's not the prettiest thing in the world, but it works well when you need it.

Projects using Emqueue

License

This library is licensed under the BSD license and is Copyright 2013, Ford Motor Company

Contributors