my_strdup
char *my_strdup(const char *, const char *, int);
#define strdup(a) my_strdup(a, __FILE__, __LINE__)