#include void greet(const char* msg, float num, int sint, char c) { printf("%s: '%f' '%d' '%c'\n", msg, num, sint, c); }