Hi all,
I have trouble with the below function:
int suffix_searching(char*str, int len, char*suffix);
The function copies the suffix of length len of string str into string suffix and returns 1 if len is smaller than or equal to the length of str; returns 0 without copying if len is larger than the length of str
Thanks



LinkBack URL
About LinkBacks


