Skip to content

Instantly share code, notes, and snippets.

View mattie-mcp's full-sized avatar

Mattie mattie-mcp

  • Grand Rapids, MI
View GitHub Profile
@mattie-mcp
mattie-mcp / async_dns.c
Created March 28, 2017 00:08 — forked from mopemope/async_dns.c
c-ares example
#include <ares.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <netdb.h>
#include <stdarg.h>
#include <string.h>
#include <ctype.h>