|
|
researchv9-SUN3(old)
#include <jerq.h>
ptinrect(p, r)
Point p;
Rectangle r;
{
return(p.x>=r.origin.x && p.x<r.corner.x
&& p.y>=r.origin.y && p.y<r.corner.y);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.