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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%