42sh 1.0.0
Create a shell in C
|
The file containing the my_strdup function. More...
#include "my.h"
Functions | |
char * | my_strdup (char const *src) |
Duplicates a string (src) and returns the new string. | |
The file containing the my_strdup function.
char * my_strdup | ( | const char * | src | ) |
Duplicates a string (src) and returns the new string.
src | The string to duplicate |