Skip to content

Instantly share code, notes, and snippets.

View asweeney86's full-sized avatar

Andrew Sweeney asweeney86

View GitHub Profile
@HarryR
HarryR / zmqstub.c
Created September 23, 2011 13:34
zmq & libevent stub
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <libgen.h>
#include <signal.h>
#include <err.h>
#include <assert.h>
#include <zmq.h>