#ifndef STR_DUP_H #define STR_DUP_H char *str_dup(char *s); #endif