[Pmk-devel] vsnprintf implementation
Brought to you by:
coudercd
|
From: Damien C. <mip...@us...> - 2005-07-18 19:20:45
|
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 |