STRPBRK

Section: Linux Programmer's Manual (3)
Updated: 1993-04-12
Index JM Home Page roff page
 

名前

strpbrk - 文字セット中の文字を文字列から検出する  

書式

#include <string.h>

char *strpbrk(const char *s, const char *accept);
 

説明

strpbrk() 関数は文字列 accept に含まれる文字が文字列 s に おいて最初に現れる位置を捜し出す。  

返り値

strpbrk() 関数は、 s に含まれる文字のうち、 accept に含まれる文字のどれかに一致したものへの ポインタを返す。 そのような文字が見つからなかった場合は NULL を返す。  

準拠

SVr4, 4.3BSD, C89, C99.  

関連項目

index(3), memchr(3), rindex(3), strchr(3), strsep(3), strspn(3), strstr(3), strtok(3), wcspbrk(3)


 

Index

名前
書式
説明
返り値
準拠
関連項目

This document was created by man2html, using the manual pages.
Time: 04:32:05 GMT, November 19, 2007