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

Go to the source code of this file.

Functions

char * strncat (char *dst, CONST char *src, size_t n)
 Concatenate two strings up to a given number of characters.