- or download this
char *strcpy (char *dest, char *src)
- or download this
char input_str[20];
strcpy(input_str, "Hello");
- or download this
extern void lcdCharDef(const int fd, int index, unsigned char data [8]
+);
- or download this
void
lcdCharDef(fd, index, data)
int fd
int index
unsigned char * data