strncmp

Section: Kernel Hacker's Manual (9)
Updated: strncmp
Index Return to Main Contents
 

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


 

Index

NAME
SYNOPSIS
ARGUMENTS

This document was created by man2html, using the manual pages.
Time: 03:54:35 GMT, June 12, 2005