Buf (C-API)

This page describes the C implementation of Buf

struct a0_buf_t

A buf can be any contiguous memory buffer.

Public Members

uint8_t *data

Pointer to the contiguous memory buffer.

size_t size

Size of the buffer in bytes.