char *rindex(const char *s, int c); Return a pointer to the last occurrence of the character c in the string s. #include <string.h> char *stpcpy ...
確定! 回上一頁