json-gen-c  0.1.5
json-gen-c generate C code for json manipulation
cbor_codec.c File Reference

CBOR (RFC 8949) binary codec runtime — embedded into generated code. More...

#include <stdlib.h>
#include <string.h>
#include <math.h>
Include dependency graph for cbor_codec.c:

Detailed Description

CBOR (RFC 8949) binary codec runtime — embedded into generated code.

This file is NOT compiled directly; it is converted to a C byte array via xxd and appended to the generated cbor.gen.c output.