stdio: New module, initially to provide working [v]snprintf() on Windows.
authorBen Pfaff <blp@nicira.com>
Tue, 24 Dec 2013 17:18:42 +0000 (09:18 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 24 Dec 2013 17:18:55 +0000 (09:18 -0800)
commitcde1c287b1bbbc128c3378f194a338399438ce51
tree45172827b9cb21e80bdd627757ec1a1a1292d871
parent554764d1aac75030c319fc8e2fa87811149421fa
stdio: New module, initially to provide working [v]snprintf() on Windows.

This should transparently define snprintf() and vsnprintf() wrappers for
use on Windows.

CC: Saurabh Shah <ssaurabh@vmware.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
configure.ac
lib/.gitignore
lib/automake.mk
lib/stdio.c [new file with mode: 0644]
lib/stdio.h.in [new file with mode: 0644]
tests/library.at
tests/test-util.c