strncmp(9) suse man page | unix.com

Man Page: strncmp

Operating Environment: suse

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 2.6. July 2010 STRNCMP(9)
Related Man Pages
strcasecmp(9f) - sunos
strncmp(3) - mojave
strncmp(3) - freebsd
strcmp(3) - netbsd
strcmp(9f) - sunos
Similar Topics in the Unix Linux Community
Carreer:Networking Programming in Unix (C programming Language)
Print specific pattern line in c++
warning: comparison between pointer and integer
Changing the way arguments are read from program