
LATC ;

void main (void)
{
   ANSELH = 0;
   ANSEL = 0;
   LATC  = 0;
   TRISC = 0b00000000;
   LATC  = 0b00000001;        
}  