Skip to content

Made the original repository 100% in C #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hugobpontes
Copy link

Despite its title, there are two cpp files in the original repository that contain C++ code. I have edited them so that the whole repository is 100% in C. I also removed the VS files, but I can re-add them if you are considering merging and find that important.

The lock features implemented used a mutex class that is unavailable in C so I removed that feature but left empty LOCK directives where users can insert their application specific mutex implementation. (In my case I will be using RTOS mutexes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant