NordicSemiconductor / zcbor

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

zcbor_common.h: Add forward declaration for strnlen() #385

Closed oyvindronningstad closed 5 months ago

oyvindronningstad commented 5 months ago

For the case when it is not available, and the weak implementation in zcbor_common is used.