#include <string.h> char *strchr(const char *string, int c); ... The strchr() function returns a pointer to the first occurrence of c that is converted to a ...
確定! 回上一頁