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 anybody give me a hint where to find sources or even better did anybody already write a snprintf and is willing to share his code with me? Best regards, Marcus
BSD-licensed Unix is always one place to look for library code: http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/