摘要: [ Prev ] [ Index ] [ Next ]strchr函数Created Monday 06 January 2014extern char *strchr(char *str,char character)参数说明:str为一个字符串的指针,character为一个待查找字符。 所在库名:#include 函数功能:从字符串str中寻找字符character第... 阅读全文
posted @ 2014-04-11 10:07 zzuzmy 阅读(1112) 评论(0) 推荐(0) 编辑