On Fri, Apr 08, 2005 at 11:46:27AM -0400, Matt Kettler wrote:
> Emmanuel.. Are you sure that's going to tell you anything useful?
Yes, you are right, I spoke too fast: that's a wrong test.
That will work better:
int main(void) {
time_t x = -1;
if (x < 0)
printf("time_t is signed\n");
else
printf("time_t is unsigned\n");
return 0;
}
--
Emmanuel Dreyfus
manu@...Message
Re: [milter-greylist] race condition ?
2005-04-08 by Emmanuel Dreyfus