Go to the documentation of this file.
78 #define bstr_len(X) ((*(bstr_t *)(X)).len)
79 #define bstr_size(X) ((*(bstr_t *)(X)).size)
80 #define bstr_ptr(X) ( ((*(bstr_t *)(X)).ptr == NULL) ? ((char *)(X) + sizeof(bstr_t)) : (char *)(*(bstr_t *)(X)).ptr )
103 int bstr_cmp_ex(
const char *,
size_t,
const char *,
size_t);