Nut/OS  4.10.3
API Reference
strncpy.c File Reference
#include <compiler.h>
#include <string.h>
Include dependency graph for strncpy.c:

Go to the source code of this file.

Functions

char * strncpy (char *dst, CONST char *src, size_t n)
 Copy a string up to a given number of characters.