Michael Koster
Results
1
issues of
Michael Koster
``` case AI_2: #ifndef CBOR_NO_FLOAT cb->type = CN_CBOR_DOUBLE; cb->v.dbl = decode_half(val); cb->length = 2; // Tiny Float, especially nice for serializing binary fractions #else /* CBOR_NO_FLOAT */ CN_CBOR_FAIL(CN_CBOR_ERR_FLOAT_NOT_SUPPORTED); #endif /*...