We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to get and set single bits alot. Add utils for that.
c_utils.c
c_utils.h
Add these utils, use bitmath.https://en.wikipedia.org/wiki/Bitwise_operations_in_C
The text was updated successfully, but these errors were encountered:
#200: created macros for adding and setting bits
6799607
#200: changed macro name to avoid redefinition error, and added if el…
39abc7e
…se clause for bit overflow
DimitryP6
Successfully merging a pull request may close this issue.
Description
We need to get and set single bits alot. Add utils for that.
Acceptance Criteria
c_utils.c
andc_utils.h
Proposed Solution
Add these utils, use bitmath.https://en.wikipedia.org/wiki/Bitwise_operations_in_C
The text was updated successfully, but these errors were encountered: