Add a vsnprintf() for the Mac, which doesn't have one of its own. This is
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 4 Jan 2003 19:01:45 +0000 (19:01 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 4 Jan 2003 19:01:45 +0000 (19:01 +0000)
commit7604cd2df5639507b92ec53b77f0f6bf2ff13394
tree747a4026586af61fdffc345533963079b8a5369e
parent151408b19a62fac5ad8e8ed2ac702d79de058fec
Add a vsnprintf() for the Mac, which doesn't have one of its own.  This is
the NetBSD kernel printf, which is integer-only and under a Berkeley-style
(now 3-clause) copyright owned by UCB.  This has only been compile-tested,
but almost all of my changes were in the definitions at the top (the exception
being to remove tty output).  This lacks 64-bit support because the Apple
68K C compiler, SC, lacks it too.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2451 cda61777-01e9-0310-a592-d414129be87e
mac/vsnprint.c [new file with mode: 0644]