add Makefile and instructions to run programs
[c11concurrency-benchmarks.git] / silo / btree_choice.h
1 #pragma once
2
3 #if NDB_MASSTREE
4 #include "masstree_btree.h"
5 #else
6 #include "btree.h"
7 #include "btree_impl.h"
8 #endif