The strrchr() function finds the last occurrence of c (converted to a char) in string. The ending NULL character is considered part of the string.
確定! 回上一頁