19#include "./asrt_assert.h"
33static inline void asrt_cobs_encoder_init(
struct asrt_cobs_encoder* e, uint8_t* buffer )
65void asrt_cobs_decoder_iter(
struct asrt_cobs_decoder* d, uint8_t b, uint8_t** p );
Stateful COBS decoder. Maintains position within current code block.
Definition: cobs.h:52
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee ...
Definition: cobs.h:27
Input buffer for COBS-encoded data. buff is total capacity, used is occupied region.
Definition: cobs.h:69
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee ...
Definition: span.h:23
uint8_t * b
Pointer to the first byte.
Definition: span.h:24