NordicSemiconductor / zcbor

Low footprint C/C++ CBOR library and Python tool providing code generation from CDDL descriptions.
Apache License 2.0
114 stars 34 forks source link

Change all uint_fast32_t usage to use size_t instead #313

Closed oyvindronningstad closed 1 year ago

oyvindronningstad commented 1 year ago

Because it's more concise, more descriptive, since most of the uses are counts.

The "present" variable has been changed to bool instead.