|
|
researchv9-SUN3(old)
min(x,y)
register x,y;
{
return((x < y) ? x : y);
}
max(x,y)
register x,y;
{
return((x > y) ? x : y);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.