strncmp(9) centos man page | unix.com

Man Page: strncmp

Operating Environment: centos

Section: 9

STRNCMP(9)						     Basic C Library Functions							STRNCMP(9)

NAME
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
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 STRNCMP(9)
Related Man Pages
strncmp(3p) - suse
strncmp(3) - mojave
strncmp(3) - freebsd
strncmp(3) - osx
strcmp(9f) - sunos
Similar Topics in the Unix Linux Community
Print specific pattern line in c++
search a file between two begin and end strings in c
warning: comparison between pointer and integer
Merge two strings by overlapped region