Tagged Questions

3
votes
6answers
567 views

How can I overcome inconsistent behaviour of snprintf in different UNIX-like operating systems?

Per man pages, snprintf is returning number of bytes written from glibc version 2.2 onwards. But on lower versions of libc2.2 and HP-UX, it returns a positive integer, which could lead to a buffer ...