|
|
Initial revision
/*
* "@(#)d_dim.c 1.1"
*/
double d_dim(a,b)
double *a, *b;
{
return( *a > *b ? *a - *b : 0);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.