#include void my_print(char *str) { printf("%s\n", str); }