#include "proto.h" #include <stdio.h> main() { char *s = "Hello world."; hello(s); } /* End of File */