Listing 9

#include "proto.h"
#include <stdio.h>

main()
{
char *s = "Hello world.";

hello(s);

}
/* End of File */