laurencelundblade / QCBOR

Comprehensive, powerful, commercial-quality CBOR encoder/ decoder that is still suited for small devices.
Other
183 stars 47 forks source link

Add stddef.h for size_t type #166

Closed jhand2 closed 1 year ago

jhand2 commented 1 year ago

size_t is included in stddef.h, not stdint.h. In test/not_well_formed_cbor.h, include stddef.h.