nostrdb

an unfairly fast embedded nostr database backed by lmdb
git clone git://jb55.com/nostrdb
Log | Files | Refs | Submodules | README | LICENSE

codegen_c_sort.h (182B)


      1 #ifndef CODEGEN_SORT_C_H
      2 #define CODEGEN_SORT_C_H
      3 
      4 #include "codegen_c.h"
      5 
      6 int __flatcc_gen_sort(fb_output_t *out);
      7 #define gen_sort __flatcc_gen_sort
      8 
      9 #endif /* CODEGEN_SORT_C_H */