amino  1.0-beta2
Lightweight Robot Utility Library
aa_flexbuf_t Struct Reference

A buffer struct. More...

#include <mem.h>

Public Attributes

size_t n
 size of buffer
 
union {
   uint64_t   dalign
 dummy element for alignment
 
   uint8_t   d [1]
 data
 
}; 
 

Detailed Description

A buffer struct.

Definition at line 148 of file mem.h.


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