[ovs-dev] [PATCH] util: New wrapper function ovs_vsnprintf().

Ben Pfaff blp at nicira.com
Fri Nov 15 17:07:36 UTC 2013


On Wed, Nov 13, 2013 at 06:55:26PM -0800, Saurabh Shah wrote:
> So that vsnprintf on windows has C99 like semantics.
> 
> Signed-off-by: Saurabh Shah <ssaurabh at nicira.com>

Microsoft documentation is just hilarious:

    vsnprintf is included for compliance to the ANSI standard; ...

But I guess this wrapper won't help much because the MS libc doesn't
support, for example, the 'z' modifier.  What's your plan for dealing
with that?



More information about the dev mailing list