Adaptive Framework
0.9.0
|
Typedef for key/string pair that have both utf8 and utf8_z. More...
#include <afw_common.h>
Data Fields | |
union { | |
afw_utf8_t key | |
const afw_utf8_z_t * key_z | |
}; | |
union { | |
afw_utf8_t string | |
const afw_utf8_z_t * string_z | |
}; | |
Typedef for key/string pair that have both utf8 and utf8_z.
Definition at line 698 of file afw_common.h.