#pragma once #include <stdint.h> typedef struct { uint8_t* data; uint32_t len;} zbuf_t;
#pragma once
#include <stdint.h>
typedef struct {
uint8_t* data;
uint32_t len;
} zbuf_t;