Description: Pattern Matching
S main string entered by the user and the pattern string t, s and t for pattern matching. If the match is successful, the starting position (index) Returns the pattern string in the main string of the first occurrence, the numbering starts at 0 Conversely, returns-1.
Note: Use the KMP algorithm
To Search:
File list (Check if you may need any files):
ds11.c