Firefly Zero
The official C SDK for making Firefly Zero apps.
Loading...
Searching...
No Matches
Buffer Struct Reference

A dynamically sized array. More...

#include <firefly.h>

Public Attributes

size_t size
 The slice size, in bytes.
char * head
 The pointer to the first element of the underlying array.

Detailed Description

A dynamically sized array.

Similar to vector in C++. The size of the array pointed to by head must be at least size bytes long.


The documentation for this struct was generated from the following file: