data_structures
|
#include "utils.h"
Go to the source code of this file.
Functions | |
char * | ds_strdup (const char *s1) |
Replicates behaviour of strdup from libc . More... | |
char* ds_strdup | ( | const char * | s1 | ) |
Replicates behaviour of strdup
from libc
.
Definition at line 20 of file ds_strdup.c.