Name strrchr Synopsis Searches for the rightmost occurrence of a given character in a string #include char *strrchr( const char *s, int c ); The …
確定! 回上一頁