Name: Anonymous 2015-01-22 19:59
All his awful code looks like this:
[sic]
/*:23*//*27:*/
#line 370 "cweave.w"
int names_match(p,first,l,t)
name_pointer p;
char*first;
int l;
eight_bits t;
{
if(length(p)!=l)return 0;
if(p->ilk!=t&&!(t==normal&&abnormal(p)))return 0;
return!strncmp(first,p->byte_start,l);
}
[sic]