suse man page for strncmp

Query: strncmp

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
strncmp(3p) - suse
strncmp(3) - mojave
strcmp(3) - netbsd
strcmp(3) - osx
strncmp(3) - osx
Similar Topics in the Unix Linux Community
Carreer:Networking Programming in Unix (C programming Language)
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