Nut/OS  4.10.3
API Reference
strdup.c File Reference
#include <compiler.h>
#include <sys/types.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
Include dependency graph for strdup.c:

Go to the source code of this file.

Functions

char * strdup (CONST char *str)
 Create a copy of a string.