Is there a reason these strncmp wrappers haven't been defined, whereas
we do have strGT, strLE,...?
I figure we don't have memGT... because sometimes memcmp is not
available, and we use bcmp instead behind the scenes
Why no strnGT, srtnLE..., only strnEQ strnNE
by Karl Williamson