Re: Rob printf problem.
- Posted by Bernie Ryan <bwryan at PCOM.NET> Jan 08, 2000
- 494 views
On Sat, 8 Jan 2000 15:02:54 -0500, Robert Craig <rds at ATTCANADA.NET> wrote: >In Euphoria, hex numbers are positive unless >there's a minus sign in front. > >You can "correct" the C code by using %u >(display an unsigned integer), instead of %d >(display a signed integer). I am working on a new library and interfacing to other languages. If a "C" or a assembler program is returning a minus one to Euphoria, then how is Euphoria going to know if the returned value is a -1 or 4294967295 ? Bernie