Mail Archives: djgpp/2000/01/24/12:22:30
On Mon, 24 Jan 2000, Petr Maxa wrote:
> The problem is solved, but is not as neat as I would expect, because I still
> have to mix signed and unsigned types when I use libc functions like printf,
> sprintf in the case, that the unsigned type is readable text and need to be
> printed or when the buffers may use both text and binary (unsigned)
> information.
Why did you need to mix signed and unsigned when using library
functions? Are there any specific problems? There shouldn't be:
AFAIK, the library functions are 8-bit clean. If you know about
any problems, please report them here.
- Raw text -