> t/pmc/nci.t doesn't like me or, at least, it doesn't like the way I
> don't have a lrint in my <math.h>.  My K&R claims that everything in
> math.h ought to return a double (well, anything you can validly expect
> to find in every math.h), so using math.so is probably not the way to
> test the nci, instead a set of dummy functions ought to be provided by
> a little library of our own, and built as part of the build process.

lrint() is new in C99, so older libraries may not have it. For testing nci
with a long return, why don't we use something more univarsal, like labs()?

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

Reply via email to