|
|
researchv10 Dan Cross
int
tolower(c)
register int c;
{
if(c >= 'A' && c <= 'Z')
c |= 040;
return(c);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.