1
0
mirror of git://jb55.com/damus synced 2024-09-16 02:03:45 +00:00
damus/nostrdb/flatcc/flatcc_unaligned.h
2023-08-28 08:17:25 -07:00

17 lines
252 B
C

#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 */