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

Go to the source code of this file.

Functions

char * strcat (char *dst, CONST char *src)
 Concatenate two strings.