On Mon, Mar 01, 2010 at 12:13:03AM +0100, Vincent Torri wrote:
> and, btw, no, it can't be achieve this way : vsnprintf does not
> return the number of char if the buffer is not sufficiently arge
> (contrary to the libc implentation on linux). It returns -1 in that
> case

If you mean the function on Windows: don't use it. Not sure about
Windows, but on many other systems you can always implement snprintf in
the crude way by using /dev/null with printf...

Joerg

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to