Skip to content

Instantly share code, notes, and snippets.

View gmvi's full-sized avatar

George Matter gmvi

  • Greater Seattle Area
View GitHub Profile
@twslankard
twslankard / getaddrinfo.c
Created May 31, 2011 20:24
getaddrinfo / inet_ntop example
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <netdb.h>
int main(int argc, char * argv[]) {
struct addrinfo * _addrinfo;
struct addrinfo * _res;