COHERENT help

This page displays the COHERENT help information for strncmp.

Listing of available help pages


strncmp() -- Compare two strings

#include <string.h>
int strncmp(string1, string2, n)
char *string1, *string2; unsigned n;