#include int print_a_message(char what_to_print[]) // function DEFinition { printf("%s\n", what_to_print); return 0; }