posix-inet6-addrstrlen.c 73 B

123456789
  1. #include <netinet/in.h>
  2. int
  3. main(void)
  4. {
  5. return (INET6_ADDRSTRLEN);
  6. }