これでどうや!
おじいちゃん!添削たのむ

char *a = molloc(20);
strcpyn(*a, "Hello", 6);
print("%s", *a);