
char buf[257];
char *src = buf;
char *end = buf + 257;
char *dst = &FIO_PIN[3];
while (src < end) *dst = *src++;
