|
|
1.1 ! root 1: eqattr(a1, a2) ! 2: register char *a1, *a2; ! 3: { ! 4: while (*a1 && *a1 == *a2) ! 5: a1++, a2++; ! 6: return (!*a1 && *a2 == '=') || (!*a1 && !*a2) ! 7: || (!*a2 && *a1 == '='); ! 8: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.