Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. /nix/store/5jsni4s35xl4h14his1fx5cn8c1bf7bn-flatcc-0.5.3
  2. ├── bin
  3. │   └── flatcc
  4. ├── include
  5. │   └── flatcc
  6. │   ├── flatcc_accessors.h
  7. │   ├── flatcc_alloc.h
  8. │   ├── flatcc_builder.h
  9. │   ├── flatcc_emitter.h
  10. │   ├── flatcc_endian.h
  11. │   ├── flatcc_epilogue.h
  12. │   ├── flatcc_flatbuffers.h
  13. │   ├── flatcc.h
  14. │   ├── flatcc_identifier.h
  15. │   ├── flatcc_iov.h
  16. │   ├── flatcc_json_parser.h
  17. │   ├── flatcc_json_printer.h
  18. │   ├── flatcc_portable.h
  19. │   ├── flatcc_prologue.h
  20. │   ├── flatcc_refmap.h
  21. │   ├── flatcc_rtconfig.h
  22. │   ├── flatcc_types.h
  23. │   ├── flatcc_unaligned.h
  24. │   ├── flatcc_verifier.h
  25. │   ├── flatcc_version.h
  26. │   ├── portable
  27. │   │   ├── grisu3_math.h
  28. │   │   ├── grisu3_parse.h
  29. │   │   ├── grisu3_print.h
  30. │   │   ├── include
  31. │   │   │   ├── linux
  32. │   │   │   │   └── endian.h
  33. │   │   │   ├── README
  34. │   │   │   └── std
  35. │   │   │   ├── inttypes.h
  36. │   │   │   ├── stdalign.h
  37. │   │   │   ├── stdbool.h
  38. │   │   │   └── stdint.h
  39. │   │   ├── LICENSE
  40. │   │   ├── paligned_alloc.h
  41. │   │   ├── pbase64.h
  42. │   │   ├── pdiagnostic.h
  43. │   │   ├── pdiagnostic_pop.h
  44. │   │   ├── pdiagnostic_push.h
  45. │   │   ├── pendian_detect.h
  46. │   │   ├── pendian.h
  47. │   │   ├── pinline.h
  48. │   │   ├── pinttypes.h
  49. │   │   ├── portable_basic.h
  50. │   │   ├── portable.h
  51. │   │   ├── pparsefp.h
  52. │   │   ├── pparseint.h
  53. │   │   ├── pprintfp.h
  54. │   │   ├── pprintint.h
  55. │   │   ├── pstatic_assert.h
  56. │   │   ├── pstatic_assert_scope.h
  57. │   │   ├── pstdalign.h
  58. │   │   ├── pstdbool.h
  59. │   │   ├── pstdint.h
  60. │   │   ├── punaligned.h
  61. │   │   ├── pversion.h
  62. │   │   ├── pwarnings.h
  63. │   │   └── README.md
  64. │   ├── reflection
  65. │   │   ├── flatbuffers_common_builder.h
  66. │   │   ├── flatbuffers_common_reader.h
  67. │   │   ├── README
  68. │   │   ├── reflection_builder.h
  69. │   │   ├── reflection_reader.h
  70. │   │   └── reflection_verifier.h
  71. │   └── support
  72. │   ├── cdump.h
  73. │   ├── elapsed.h
  74. │   ├── hexdump.h
  75. │   ├── readfile.h
  76. │   └── README
  77. └── lib
  78. ├── libflatcc.a
  79. └── libflatccrt.a
  80.  
  81. 10 directories, 68 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement