docs: hectic C: types for template parser

This commit is contained in:
2025-04-07 17:57:44 +00:00
parent d04a78de23
commit cda65a56eb
5 changed files with 519 additions and 5 deletions

View File

@@ -93,4 +93,4 @@ int main() {
printf("%s%s all tests passed.%s\n", OPTIONAL_COLOR(COLOR_GREEN), __FILE__, OPTIONAL_COLOR(COLOR_RESET));
return 0;
}
}