libstring.h: Fix declaration of string_right, change some types
commit60c9f5c059ef1b5bf8ad13cd0633f14572782a6d
authorIvanDSM <snesivan1@gmail.com>
Mon, 22 Jun 2020 23:48:09 +0000 (22 20:48 -0300)
committerIvanDSM <snesivan1@gmail.com>
Mon, 22 Jun 2020 23:48:09 +0000 (22 20:48 -0300)
treeba08cb0f17093580a826b0d1640d0d8ad0d1db16
parent3ed7ab956ec9109445bbfe43a017fa0a4a749a18
libstring.h: Fix declaration of string_right, change some types

Fixes the declaration of string_right to return a cstr_t pointer and
changes the types for stirng_left and string_right's length parameters
to long for consistency with string_mid.
src/libstring.h