damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

flatcc_unaligned.h (252B)


      1 #ifndef FLATCC_UNLIGNED_H
      2 #define FLATCC_UNLIGNED_H
      3 
      4 #ifdef __cplusplus
      5 extern "C" {
      6 #endif
      7 
      8 #include "portable/punaligned.h"
      9 
     10 #define FLATCC_ALLOW_UNALIGNED_ACCESS PORTABLE_UNALIGNED_ACCESS
     11 
     12 #ifdef __cplusplus
     13 }
     14 #endif
     15 
     16 #endif /* FLATCC_UNLIGNED_H */