Les MANs Linux en français...
STRPBRK
Section: Manuel du programmeur Linux (3)Updated: 9 Novembre 1996
Index Retour au Menu Principal
NOM
strpbrk - Rechercher un ensemble de caractères dans une chaîne.SYNOPSIS
#include <string.h> char *strpbrk (const char *s, const char *accept);
DESCRIPTION
La fonction strpbrk() recherche la première occurence dans la chaîne s de l'un quelconque des caractères de la chaîne accept.VALEUR RENVOYÉE
La fonction strpbrk() renvoie un pointeur sur le caractère de s qui corresponde à un caractère de accept, ou NULL si aucune correspondance n'est trouvée.CONFORMITÉ
SVID 3, POSIX, BSD 4.3, ISO 9899VOIR AUSSI
index(3), memchr(3), rindex(3), strchr(3), strsep(3), strspn(3), strstr(3), strtok(3)TRADUCTION
Christophe Blaess, 1997.
Index
Time: 22:30:07 GMT, December 19, 2004