|
|
researchv10 Dan Cross
int
toupper(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.