Arregla este codigo void deposito(void) { lcd_putc("\f") lcd_putc("\fINGRESE VALOR"); lcd_gotoxy(1,2) lcd_putc("fA DEPO"); ingreso(); total=total+valor; lcd_putc("\f"); }
void deposito(void){ lcd_putc("\f"); lcd_putc("\fINGRESE VALOR"); lcd_gotoxy(1,2); lcd_putc("fA DEPO"); ingreso(); total=total+valor; lcd_putc("\f"); }