Finished Exercise 4-1
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
// Returns the right most index of t found in s.
|
||||
// Returns -1 if t is not found in s.
|
||||
int KStrIndex_strindex(char s[], char t[]);
|
||||
|
||||
Reference in New Issue
Block a user