damus

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

flatcc_portable.h (191B)


      1 #ifndef FLATCC_PORTABLE_H
      2 #define FLATCC_PORTABLE_H
      3 
      4 #ifdef __cplusplus
      5 extern "C" {
      6 #endif
      7 
      8 #include "portable/portable_basic.h"
      9 
     10 #ifdef __cplusplus
     11 }
     12 #endif
     13 
     14 #endif /* FLATCC_PORTABLE_H */