sdesc: "MinGW Runtime" ldesc: "The Public Domain versions of the MSVCRT header and library import files Beginning with version 2.0 C89 and C99 extensions are provided that include but not limited to, wide character functions, floating point environment functions (declared in fenv.h), floating point classification functions and macros, the inttypes.h format conversion macros, stubs for msvcrt.dll underscored functions that are now part of C99 standard, and a replacement for fseek and fwrite that are safer on W9x. The POSIX dirent functions have been moved from libmingw.a to libmingwex.a so those desiring "Minimal" can easily have it. The ISO C extensions are visible by default within the headers, to remove them define __NO_ISOCEXT. You need to explicitly add these functions until they are eventually added to the GCC specs file for inclusion by default." category: Devel Libs requires: w32api