Help for this page

Select Code to Download


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