Однако похоже, что под Windows использовать это дело не элементарно:
LibGW32C: GNU C library
Version
0.4
Description
This is an implementation of a small part of GLibC, just enough to compile most Unix programs on MS Windows. ...
. . .
Use of LibGw32c as a separate development library is very complicated. The most practical way is to copy the source code for the necessary functions to your own source code and to adapt your include files and Makefiles. For some functions you must also link with the following standard libraries: — libole32.a — libuuid.a — libwsock32.a
Здравствуйте, MasterZiv, Вы писали:
MZ>Я думал, вопрос был проще. На чистом С в стандартной MZ>библиотеке такой функции нет, так что надо что-то своё MZ>писать.
а не проще ли самому написать? или ты уже нашел что-то, что легко использовать под windows (в отличие от libc) и работает как тебе надо? кода-то на копейки, зато будет переносимо (с твоей программой ).
Of course, the code must be complete enough to compile and link.