Files
damus/nostrdb/flatcc/flatcc_unaligned.h
2023-08-25 19:05:34 -07:00

17 lines
243 B
C

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