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

MessagePack binary codec runtime — embedded into generated code. More...

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

Detailed Description

MessagePack 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 msgpack.gen.c output.