[EMAIL PROTECTED] writes:
>Under Linux I do:
>
>include
>...
>reciprocal=NAN;
>
>
>When I try to compile this under cygwin, gcc complains that NAN is undefined.
>
>Under cygwin, "man nan", tells me about a function named nan(), also using math.h.
>When I try to use it, gcc complains about an impl
Under Linux I do:
include
...
reciprocal=NAN;
When I try to compile this under cygwin, gcc complains that NAN is undefined.
Under cygwin, "man nan", tells me about a function named nan(), also using math.h.
When I try to use it, gcc complains about an implicit declaration of nan().
I
2 matches
Mail list logo