A buffer struct.
More...
#include <mem.h>
|
|
size_t | n |
| | size of buffer
|
| |
|
union { |
|
uint64_t dalign |
| | dummy element for alignment
|
| |
|
uint8_t d [1] |
| | data
|
| |
| }; | |
| |
A buffer struct.
Definition at line 148 of file mem.h.
The documentation for this struct was generated from the following file: