1
0
mirror of git://jb55.com/damus synced 2024-09-18 19:23:49 +00:00
damus/nostrdb/flatcc/flatcc_portable.h

15 lines
191 B
C
Raw Normal View History

#ifndef FLATCC_PORTABLE_H
#define FLATCC_PORTABLE_H
#ifdef __cplusplus
extern "C" {
#endif
#include "portable/portable_basic.h"
#ifdef __cplusplus
}
#endif
#endif /* FLATCC_PORTABLE_H */