new: tool that turns a file into a valid C string

This commit is contained in:
2025-07-18 10:52:00 -04:00
parent 17e0cd44aa
commit 532a1273d8
4 changed files with 86 additions and 8 deletions

View File

@@ -20,6 +20,7 @@ typedef struct {
bool git;
bool clang_format;
licence_t licence;
char *project;
char *name;
} format_t;