6 ms·
Well, I originally used C23's #embed directive (https://en.cppreference.com/w/c/preprocessor/embed https://en.cppreference.com/w/c/preprocessor/embed) but GCC i
by mitchellh 6mo ago
Well, I originally used C23's #embed directive (https://en.cppreference.com/w/c/preprocessor/embed https://en.cppreference.com/w/c/preprocessor/embed) but GCC in Nixpkgs doesn't support C23 (or I'm holding it wrong) so I dropped back to this. The better long term solution is #embed.
- poly2it 6mo agoI've definitely used C23 via Nixpkgs long ago at this point, did you use the `gcc` package and `-std=c23`? Both unstable and 25.11 should support it on all currently packaged GCC versions.