#include void print_string(const char *str) { printf("%s", str); }