COHERENT help

This page displays the COHERENT help information for memccpy.

Listing of available help pages


memccpy() -- Copy a region of memory up to a set character

#include <string.h>
char *memccpy(dest, src, c, n)
char *dest, *src; unsigned int c, n;