COHERENT help

This page displays the COHERENT help information for strncpy.

Listing of available help pages


strncpy() -- Copy one string into another

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