|
|
coherent
/*
* Return integer absolute value
* (This doesn't work on the largest negative integer)
*/
abs(x)
{
return (x<0 ? -x : x);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.