#include <stdio.h>
int main(void)
{
long long t=15528312597606, b=1762289, x;
x=t-4*b;
(void)printf("x=%lld t-4b=%lld\n", x, t-4*b);
return 1;
}
--
Colin
This is HIGHLY embarrassing :-(
Please download again. I fixed this on Sunday
jacob
Maintenance of your release testing program will avoid these
problems.
--
[mail]: Chuck F (cbfalconer at maineline dot net)
[page]: <http://cbfalconer.home.att.net>
Try the download section.