This is the mail archive of the egcs@egcs.cygnus.com mailing list for the EGCS project. See the EGCS home page for more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
> 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).