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