#include void greet(const char* msg) { printf("%s\n", msg); }