[Pmk-users] [Fwd: [Pmk-devel] vsnprintf implementation]
Brought to you by:
coudercd
|
From: Damien C. <mip...@us...> - 2005-07-18 19:31:01
|
-------- Original Message -------- Subject: [Pmk-devel] vsnprintf implementation Date: Mon, 18 Jul 2005 21:20:49 +0200 From: Damien Couderc <mip...@us...> To: pmk...@li... CC: pmk...@us... Hi all, i've done the attached vsnprintf() code for systems that doesn't already have it. The only missing stuff to be a complete ISO C99 implementation is the wide char support (AKA %lc and %ls). It will be included in compat as soon as i'm sure it works fine. This is why i ask for volunteers to test it and maybe detect things i didn't seen. You will also found a test.c file that already do some tests. Thanks for your help, Damien |