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 147 of file mem.h.
The documentation for this struct was generated from the following file: