bhnd_nv_islower
#define bhnd_nv_islower(c) ((c) >= 'a' && (c) <= 'z')
#define bhnd_nv_islower(c) islower(c)