FlatBuffers compiler and C library for serializing structured data
FlatBuffers Compiler and Library in C for C
flatcc
$ flatcc -c schema.fbs
$ flatcc -c -o output_dir schema.fbs
$ flatcc -c -v schema.fbs