Skip to content

Instantly share code, notes, and snippets.

View jenschelkopf's full-sized avatar

Jennifer Schelkopf jenschelkopf

View GitHub Profile
@ThatWilsonNerd
ThatWilsonNerd / fdb_c_api.c
Created November 29, 2014 02:21
FoundationDB C API Example
#define FDB_API_VERSION 20
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <pthread.h>
#include "foundationdb/fdb_c.h"
void checkError(fdb_error_t errorNum)
{