Hacker News new | ask | show | jobs
by Someone 713 days ago
If you are using C23, lookup #embed (https://en.cppreference.com/w/c/preprocessor/embed).

Including large files will blow up the size of the preprocessed file, so you may want to do this in separate files.