unsigned char retorna(){
	unsigned char c=0xff;
	return c;
}
