xxxx
void xxxx(char *, short);
xxxx(s, n);
xxxx(s, n);
xxxx(scores[i], 80);
xxxx(n_names[i], 30);
xxxx(scores[i], 80);
xxxx(n_names[i], 30);
xxxx(buf, strlen(buf));