nostrdb: pull latest, adding flatcc and lmdb

This commit is contained in:
William Casarin
2023-08-25 19:05:34 -07:00
parent f30f93f65c
commit 1f5f1e28a4
104 changed files with 36269 additions and 28 deletions
+16
View File
@@ -0,0 +1,16 @@
#ifndef FLATCC_UNLIGNED_H
#define FLATCC_UNLIGNED_H
#ifdef __cplusplus
extern "C" {
#endif
#include "punaligned.h"
#define FLATCC_ALLOW_UNALIGNED_ACCESS PORTABLE_UNALIGNED_ACCESS
#ifdef __cplusplus
}
#endif
#endif /* FLATCC_UNLIGNED_H */