Add substitutes for snprintf() and vsnprintf()
authorH. Peter Anvin <hpa@zytor.com>
Fri, 28 Sep 2007 17:50:20 +0000 (10:50 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 28 Sep 2007 17:50:20 +0000 (10:50 -0700)
commit304b60556397464143c6fc24edb856b03fc9781a
tree230a24f6dc769b2e54088cebe34db0a7829bf681
parentbb2018587b4e14a170a648d08dcdd74dc995d8ce
Add substitutes for snprintf() and vsnprintf()

To deal with fools^Wpeople trying to keep really old systems alive,
create a proper framework for substitution functions, and make it
possible to deal with the lack of snprintf/vsnprintf in particular.
Makefile.in
Mkfiles/msvc.mak
Mkfiles/openwcom.mak
Mkfiles/owlinux.mak
compiler.h
configure.in
lib/snprintf.c [new file with mode: 0644]
lib/vsnprintf.c [new file with mode: 0644]
nasmlib.c