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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
size_t
Checklist
Describe the bug Some variables/parameters in cFE representing size could be updated to the more expressive size_t typedef.
Most cases are already uint32 and are assigned values from other size_t types or sent into functions expecting size_t parameters anyway.
uint32
Expected behavior Update to size_t where appropriate.
Reporter Info Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered:
Merge pull request #2376 from thnkslprpt:fix-2375-use-size-t-for-size…
6059459
…-variables-and-parameters Fix #2375, Use size_t for variables/parameters representing size
99eb3c3
Successfully merging a pull request may close this issue.
Checklist
Describe the bug
Some variables/parameters in cFE representing size could be updated to the more expressive
size_t
typedef.Most cases are already
uint32
and are assigned values from othersize_t
types or sent into functions expectingsize_t
parameters anyway.Expected behavior
Update to
size_t
where appropriate.Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: