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

17 lines
252 B
C
Raw Normal View History

#ifndef FLATCC_UNLIGNED_H
#define FLATCC_UNLIGNED_H
#ifdef __cplusplus
extern "C" {
#endif
#include "portable/punaligned.h"
#define FLATCC_ALLOW_UNALIGNED_ACCESS PORTABLE_UNALIGNED_ACCESS
#ifdef __cplusplus
}
#endif
#endif /* FLATCC_UNLIGNED_H */