extern int _print_str(const char* str); int main(void) { _print_str("Hello, world!\n"); }