EAStdC
EAStdC copied to clipboard
Adding Strnstr and Strnistr implementations
Adding Locate a substring in a string functions with a length parameter.
Strnstr
and Strnistr
behave the same that Strstr and Stristr but with a third parameter n, where not more than n characters are searched.