Listing 8

#ifndef PROTO_H
#define PROTO_H

int     hello(char *s);

#endif /*== PROTO H ==*/
/* End of File */