|
|
researchv9-SUN3(old)
int
toupper(c)
register int c;
{
if(c >= 'a' && c <= 'z')
c += 'A' - 'a';
return(c);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.