nostrdb: pull latest, adding flatcc and lmdb
This commit is contained in:
4
nostrdb/flatcc/portable/include/README
Normal file
4
nostrdb/flatcc/portable/include/README
Normal file
@@ -0,0 +1,4 @@
|
||||
This directory holds subdirectories it can be added to the include path
|
||||
such that standard and OS specific header includes like <stdint.h>,
|
||||
<bool.h> and <endian.h> can succeed without explicitly including
|
||||
special headers explicitly.
|
||||
1
nostrdb/flatcc/portable/include/linux/endian.h
Normal file
1
nostrdb/flatcc/portable/include/linux/endian.h
Normal file
@@ -0,0 +1 @@
|
||||
#include "portable/pendian.h"
|
||||
1
nostrdb/flatcc/portable/include/std/inttypes.h
Normal file
1
nostrdb/flatcc/portable/include/std/inttypes.h
Normal file
@@ -0,0 +1 @@
|
||||
#include "portable/inttypes.h"
|
||||
1
nostrdb/flatcc/portable/include/std/stdalign.h
Normal file
1
nostrdb/flatcc/portable/include/std/stdalign.h
Normal file
@@ -0,0 +1 @@
|
||||
#include "portable/pstdalign.h"
|
||||
1
nostrdb/flatcc/portable/include/std/stdbool.h
Normal file
1
nostrdb/flatcc/portable/include/std/stdbool.h
Normal file
@@ -0,0 +1 @@
|
||||
#include "portable/pstdbool.h"
|
||||
1
nostrdb/flatcc/portable/include/std/stdint.h
Normal file
1
nostrdb/flatcc/portable/include/std/stdint.h
Normal file
@@ -0,0 +1 @@
|
||||
#include "portable/pstdint.h"
|
||||
Reference in New Issue
Block a user