after writing in Hi-Tech C, will i be able to compile this in sourceboost, if I can not how do I go about changing this solve problem of programming a microcontroller using 16F84 or what do you recommend for a pic 16F87X or perhaps 16F818/819?
//# define
# include < pic . h>
#define rs RA2
#define e RA1
#define lcd_data PORTB
#define _XTAL_FREQ 4000000
void delayms(unsigned int itime);
void pulse(void);
void send_char(unsigned char data);
void lcd_goto(unsigned char data);
void lcd_clr(void);
void send_string(const char *s);
void init_lcd(void);
void dis_num(unsigned int da