#include void sayHelloTo (char who[]) { printf( "Hello, %s!\n", who ); }