amino
Lightweight Robot Utility Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 147 of file mem.h.


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