strpbrk

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Autres sections - même nom

Section: 9 (Appels noyau Linux)

NAME

strpbrk - Find the first occurrence of a set of characters

SYNOPSIS

char * strpbrk(const char * cs, const char * ct);

ARGUMENTS

cs

The string to be searched

ct

The characters to search for