#include int main(void) { char *cpy = ft_strdup("lll lll fff"); printf("%s", cpy); free(cpy); return (0); }