Skip to content
forked from openxc/emqueue

An implementation of a queue in C that can support arbirtary element types.

License

Notifications You must be signed in to change notification settings

pjt0620/emqueue

This branch is 6 commits behind openxc/emqueue:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6f9adc4 · Jul 19, 2014

History

6 Commits
Jan 16, 2014
Mar 14, 2013
Jul 19, 2014
Mar 14, 2013
Mar 14, 2013
Aug 27, 2013
Mar 14, 2013
Jan 16, 2014
Mar 14, 2013

Repository files navigation

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

About

An implementation of a queue in C that can support arbirtary element types.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 59.6%
  • C++ 31.9%
  • Makefile 5.8%
  • Shell 2.7%