"Todd Goodman" <tsg1@earthlink.net> writes: > Is there a vsnprintf in cygwin? >> I grep'ed the header files and it looks like there's one for mingw32, > but not cygwin? >> Am I wrong? If so, what do I need to include/link with to get it? MS runtime provides vsnprintf (hence mingw32 has it), but Cygwin runtime, namely newlib, does not. It'll stay missing until someone contributes it. Regards, Mumit -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com