From: Petr DOT Olivka AT vsb DOT cz (Petr OLIVKA) Subject: libcygwin.a and inet_aton 7 Aug 1998 07:02:26 -0700 Message-ID: To: cygwin32-developers AT cygnus DOT com, petr DOT olivka AT vsb DOT cz Hi ! I translate telnet 0.10 for linux under cygnus. I have the next question for you ! in inet.h is define inet_aton, inet_ntoa, inet_addr..... But in libcygwin.a and libwsock32.a is not inet_aton ! Why is this function defined and not realized ? Where get it ? telnet need vsnprintf too, and stdlib contains vsprintf, it is not big trable, but question, in libioP.h is _IO_vsnprintf, why name _IO_*, which library contain this module ? At this moment telnet is working without inet_aton, in short time I will put it to my page poli.cs.vsb.cz/cygwin poli