• sprintf malfunction?
    Hi when my code reaches a certain size, the sprintf function doesn't work correct anymore. The .h86 file has now a size of 164KB, guess code is around 64KB (last code block in map file). The module...
  • safe sprintf
    Hi, Unfortunately it seems that Keil brings only the standard version of sprintf which ist not safe against Buffer Overflows. So I am looking for a safe version (like snprintf from libsafe). Can...
  • unsigned long long undefined identifier.
    I m integrating TCP/IP stack and compiling it with C166 Kiel compiler. The TCP/IP stack is from microchip. I m getting the error "GENERICTYPEDEFS.H(144): error C27: illegal type specifier" line...
  • Use of FLOAT64 and sprintf
    Hello, When I use the directive FLOAT64, sprintf converts float variables to zero. Could anybody tell me why?
  • sprintf ()
    Hello! Some time ago I had a problem with sprintf(), it just didn't change the string variable as it should have. The problem somehow vanished, and I had no time to investigate further... Now I...