Rechercher une page de manuel
strncmp
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
strncmp - Compare two length-limited stringsSYNOPSIS
- int strncmp(const char * cs, const char * ct, size_t count);
ARGUMENTS
cs
- One string
ct
- Another string
count
- The maximum number of bytes to compare
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre