Add a lightweight header for the core API

This commit is contained in:
Victor Zverovich
2017-12-06 07:42:42 -08:00
parent 3aaa25fa70
commit 94edb1a71c
12 changed files with 1057 additions and 1042 deletions
+1 -2
View File
@@ -42,8 +42,7 @@
// Test that the library compiles if None is defined to 0 as done by xlib.h.
#define None 0
#include "fmt/format.h"
#include "fmt/write.h"
#include "fmt/core.h"
#include "util.h"
#include "mock-allocator.h"