0_0_17347413_32619.cpp: In function 'void getNext(const char*, int*)':
0_0_17347413_32619.cpp:12:23: error: 'strlen' was not declared in this scope
int len = strlen(s);
^
0_0_17347413_32619.cpp: In function 'int KmpSearch(const char*, const char*, int*)':
0_0_17347413_32619.cpp:25:24: error: 'strlen' was not declared in this scope
int sLen = strlen(s);
^
0_0_17347413_32619.cpp: In function 'int main(int, char**)':
0_0_17347413_32619.cpp:53:27: error: 'strlen' was not declared in this scope
int len = strlen(c);
^
|