Fix last ChangeLog entry.
[gnulib.git] / doc / glibc-functions / inet_aton.texi
blob911cde278f5cfebb40445015f5d4a8ba81b9c337
1 @node inet_aton
2 @subsection @code{inet_aton}
3 @findex inet_aton
5 LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-inet-aton-3.html}
7 Documentation:
8 @itemize
9 @item
10 @ifinfo
11 @ref{Host Address Functions,,Host Address Functions,libc},
12 @end ifinfo
13 @ifnotinfo
14 @url{https://www.gnu.org/software/libc/manual/html_node/Host-Address-Functions.html},
15 @end ifnotinfo
16 @item
17 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/inet_aton.3.html,,man inet_aton}.
18 @end itemize
20 Gnulib module: ---
22 Portability problems fixed by Gnulib:
23 @itemize
24 @end itemize
26 Portability problems not fixed by Gnulib:
27 @itemize
28 @item
29 This function is missing on some platforms:
30 mingw, MSVC 14.
31 @end itemize