[arrays] Add hb_ubytes_t for unsigned char

This commit is contained in:
Behdad Esfahbod 2018-12-18 22:11:23 -05:00
parent f1e95e40ed
commit 3d9d7dc4dd
1 changed files with 1 additions and 0 deletions

View File

@ -268,6 +268,7 @@ inline hb_sorted_array_t<T> hb_sorted_array (T *array, unsigned int len)
typedef hb_array_t<const char> hb_bytes_t;
typedef hb_array_t<const unsigned char> hb_ubytes_t;
#endif /* HB_ARRAY_HH */