Bobcat

  1. n. Egregious coding of: strset(p,'0',strlen(p)); strcat(p,q); when a simple strcpy(p,q); would suffice.