Warren Dale <[EMAIL PROTECTED]> wrote: > I am a happy Cygwin user. > I am trying to convert a program so that it will be Cygwin > independent. I have struck two problems: > > ---------- > > QUESTION 1: Should "long long" be fully supported in mingw32? > It seems that the compiler and the library do not agree. > > QUESTION 2: Should "snprintf()" be fully supported in mingw32? > It seems that the compiler and the library do not agree.
When using MinGW, you are actually using msvcrt.dll. So the best place to investigate is MSDN / Platform SDK. And I think the answer is no. But be aware that libmingwex provides a few workaround wrappers/reimplementations of functions, mostly in the C99 compatibility area. The mingw-users list might be helpful to you. Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/