| 
    A-maze-D documentation 1.0.0
    
   | 
 
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 |