Is there an already made string comparison function (that works with STRING pointer or char pointer/array)? I really need string comparison but unfortunately the lite-c version of str_cmp() can't do it (It returns either 1 or 0, not like the c/c++ counterpart). I can create the function myself but I don't really want to reinvent the wheel

.
Thanks for any response.