Skip to content

Latest commit

 

History

History
 
 

implement_strstr

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Problem

Implement strStr().

Returns a pointer to the first occurrence of needle in haystack, or null if needle is not part of haystack.