djbdnscurve6 46
djbdnscurve6
Loading...
Searching...
No Matches
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
5int main() {
6 static char ifname[IFNAMSIZ];
7 char *tmp=if_indextoname(0,ifname);
8}
struct line tmp
Definition dnsfilter.c:32
int main()
Definition tryn2i.c:5