musl-tcc/src/network/in6addr_any.c

4 lines
79 B
C

#include <netinet/in.h>
const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;