Listing 10

#include <stdio.h>

int     hello(char *s)
{
printf("\n%s\n",s);

}
/* End of File */