# Source files


These files are the complete source for C code generation example: the
builder module plus the fixtures it consumes.

- [C codegen builder module](/metaBuilder/examples/c-codegen/source/builder.nix) - Source for the C codegen builder constructor and worked native demo program.
- [messages.def](/metaBuilder/examples/c-codegen/source/messages.def) - Schema fixture consumed by the C code generator in the native demo.
- [main.c](/metaBuilder/examples/c-codegen/source/main.c) - Small CLI source linked against the generated static library.
