erik quanstrom wrote:
On Thu Aug  6 20:03:20 EDT 2009, a.vera...@tecmav.com wrote:
Hi, all

I'm trying to convert integers in text binary format by sprint(..., "%b", i),
but 8c issue a "format mismatch b INT" warning message.

Can anyone kindly explain  to me my mistake ?
Doesn't   "%b"  behave like the other integer  format specifications  ?

Thanks in advance

i believe you need to update your libc.h.  you need pragmas for
the "b" format, which were added 2007/0108.

- erik



I'm using a distribution downloaded about 2 months ago. The machine has been installed from scratch.

adriano


Reply via email to