Skip to content

Instantly share code, notes, and snippets.

View Surgams's full-sized avatar

Surgams Surgams

  • Melbourne, Australia
View GitHub Profile
@Surgams
Surgams / mill-nano.c
Created September 12, 2017 11:17 — forked from fatihky/mill-nano.c
libmill + nanomsg
#include <stdio.h>
#include <nanomsg/nn.h>
#include <nanomsg/pair.h>
#include <libmill.h>
struct nn_mill_msg {
int size;
char *msg;
};