summaryrefslogtreecommitdiff
path: root/src/nb_util.h
blob: 10ea12447775c901cfbcbe7732aa6128fc5bbd1d (plain)
1
2
3
4
5
6
7
#ifndef NB_UTIL_H
#define NB_UTIL_H

#include <assert.h>
#include <stdbool.h>

#endif