#ifndef	PROTO_H
#define PROTO_H
 
int	hello(char *s);

#endif /*== PROTO_H ==*/
