Rechercher une page de manuel
strcspn
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
strcspn - Calculate the length of the initial substring of s which does not contain letters in rejectSYNOPSIS
- size_t strcspn(const char * s, const char * reject);
ARGUMENTS
s
- The string to be searched
reject
- The string to avoid
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre