Adaptive Framework
0.9.0
|
Struct for memory pointer and size. More...
#include <afw_common.h>
Data Fields | |
const afw_byte_t * | ptr |
afw_size_t | size |
Struct for memory pointer and size.
IMPORTANT: This must match up with afw_utf8_t since it is accepted to cast from afw_utf8_t to afw_memory_t. Don't cast the other way around unless you are positive ptr point to NFC Unicode – use afw_utf8_from_raw() instead.
Definition at line 505 of file afw_common.h.