Mail Archives: cygwin-developers/1998/07/06/15:53:24
I just left a meeting where this problem was brought up as a side issue.
It is being looked into and should be resolved shortly. Thank you for
pointing it out. I heard that it may require both minor newlib and minor
cygnwin changes.
Best Regards,
Eric Bachalo
At 10:51 AM 7/6/98 -1000, Tim Newsham wrote:
>
>Hi,
>
> Printf doesnt seem to handle long long formatting options
>properly:
>
> long long x;
>
> x = (long long)5 << 32 | 4;
> printf("%llx %d\n", x, 3);
>
>will print "5 4" instead of "500000004 3" like it should. It looks
>like newlib has support for %ll and %q formatting options but that
>they are conditionally compiled. Perhaps its just a matter of rebuilding
>newlib with the proper definitions?
>
> Tim N.
Eric Bachalo e-mail: ebachalo AT cygnus DOT com
Win32 Project Manager direct: 408-542-9635
Cygnus Solutions main: 408-542-9600
1325 Chesapeake Terrace fax: 408-542-9699
Sunnyvale, CA, 94089 USA web: http://www.cygnus.com
- Raw text -