Section courante

A propos

Section administrative du site

strpbrk

Point d'arrêt dans chaine
Borland C++ string.h

Syntaxe

char *strpbrk(const char *s1, const char *s2); Version C
const char *strpbrk(const char *s1, const char *s2); Version C++
char *strpbrk(char *s1, const char *s2); Version C++

Description

Cette fonction permet d'effectuer la recherche dans la chaîne de caractères «s1» de la chaîne de caractères «s2».



Dernière mise à jour : Lundi, le 11 Mai 2020