/usr/include/uclmmbase/inet_ntop.h is in libuclmmbase1-dev 1.2.16.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | #ifndef HAVE_INET_NTOP
#if defined(__cplusplus)
extern "C" {
#endif
const char *inet_ntop(int af, const void *src, char *dst, socklen_t size);
#if defined(__cplusplus)
}
#endif
#endif /* HAVE_INET_NTOP */
|