This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: scanf() cand read what printf() produced: NaNs and Inf



> printf() generate special tokens when outputing float/doubles that are
> not numbers (NaN) or are infinity (Inf).
> However, scanf() can't read those tokens. Is this deliberate?

You sent this to the egcs list, but egcs does not provide printf and
scanf.  You'll need to talk to whoever provides your C library (if you run
Linux and it is GNU libc, they have their own bug list
(bug-glibc@gnu.org).





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]