This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * This file ("zb.c") was created by Thomas Martell (Tomarty) in 2026. Public domain. | |
| * The file generators (e.g. ninja.build, compile_commands.json, vcxproj) were created using LLMs. | |
| */ | |
| /* | |
| * Custom zero-allocation build system with automated tests using docker/podman containers | |
| * See `zb_generate_graph` for entry points | |
| * Requires ninja and C/C++ compiler installed |