EAStdC icon indicating copy to clipboard operation
EAStdC copied to clipboard

Adding Strnstr and Strnistr implementations

Open zhensydow opened this issue 4 years ago • 0 comments

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.

zhensydow avatar Jun 25 '20 12:06 zhensydow