Skip to content

Instantly share code, notes, and snippets.

View fnoble's full-sized avatar

Fergus Noble fnoble

View GitHub Profile
@fnoble
fnoble / sdiff_empty.c
Last active September 22, 2016 21:52 — forked from mookerji/sdiff_empty.c
single diff measurement question (intersection of two structs via prns)
// Compiles with gcc -O0 single_diff_libswiftnav.c
#include <stdint.h>
#include <stdbool.h>
#include <string.h>
#include <stdio.h>
#include <inttypes.h>
typedef uint8_t u8;
typedef uint16_t u16;