1. NAME

strncmp - Compare two length-limited strings

2. SYNOPSIS

int strncmp(const char *  cs , const char *  ct , size_t  count );

3. ARGUMENTS

cs
    One string

ct
    Another string

count
    The maximum number of bytes to compare

4. COPYRIGHT