strncmp (9) Linux Manual Page
strncmp – Compare two length-limited strings
Synopsis
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
strncmp – Compare two length-limited strings
int strncmp(const char *cs, const char *ct, size_t count);
cs
ct
count