亚洲春色中文字幕久久久-三上亚,一吻二脱三床四吻胸,国产真实伦对白视频全集,在线毛片观看,精品成品入口黄网,国产毛aⅴ片久久久,亚洲AV色香蕉一区二区三区老师,萧皇后A级艳片,色情日本视频更新,99久久亚洲精品日本无码

標(biāo)題: Function srtchr的用法 [打印本頁]

作者: 51黑黑黑    時(shí)間: 2016-2-23 15:34
標(biāo)題: Function srtchr的用法
const char * strchr ( const char * str, int character ); char *strchr ( char * str, int character );
Locate first occurrence of character in string
Returns a pointer to the first occurrenceof character in the Cstring
str.
The terminating null-character is considered part of the Cstring. Therefore, it can also be located in order to retrieve apointer to the end of a string.
Parameters(參數(shù))

str :   C string.character:Character to be located. It is passed asits int promotion, butit is internally converted backto char for thecomparison.Return Value:



A pointer to the first occurrenceof character in str.Ifthe character isnot found, the function returns a null pointer.









歡迎光臨 (http://www.denmoz.com/bbs/) Powered by Discuz! X3.1