djbdnscurve6  38
djbdnscurve6
tryn2i.c
Go to the documentation of this file.
1 #include <sys/types.h>
2 #include <sys/socket.h>
3 #include <net/if.h>
4 
5 int main() {
6  static char ifname[IFNAMSIZ];
7  char *tmp=if_indextoname(0,ifname);
8 }
stralloc ifname
Definition: dnscache.c:30
struct line tmp
Definition: dnsfilter.c:32
int main()
Definition: tryn2i.c:5