The generator's own output, quoted with the number it prints

This commit is contained in:
Joseph Ferano 2026-09-14 07:49:00 +07:00
parent acda9edd7c
commit 8bd5547ddc

View File

@ -1437,7 +1437,7 @@ the same <code>declare-c</code> line a person would have written, and writes the
<code>generated.flan</code> in the package — which is <em>committed</em>.</p>
<pre><code class="sh">$ flan generate-c vendor/raylib
wrote vendor/raylib/generated.flan: 269 declarations, 117 refused, of 581 functions
wrote vendor/raylib/generated.flan: 268 declarations, 117 refused, of 581 functions
in vendor/raylib/raylib-5.5.h.
Every defstruct, every hand-written declare-c and every mapped
constant agrees with it.</code></pre>