* lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
[gnulib.git] / lib / uinttostr.c
1 #define inttostr uinttostr
2 #define inttype unsigned int
3 #include "inttostr.c"